#oled #embedded-hal-driver #no-std

no-std ssd1320

SPI driver for the SSD1320(z2) OLED display controller

1 unstable release

0.1.0 Jun 23, 2021

#18 in #oled

Apache-2.0

24KB
451 lines

SSD1320

SSD1320 display driver

This is draft version of SSD1320, SSD1320z2 displays, any features such as screen rotation, setup resolution doesn't available. But it works in default configuration. Embedded graphics library is also supported.

The SSD1320z2 based display (Surenoo SUR383S1000WG01) requires two independent chip selectors. RAM refresh flag (FR) doesn't supported.


lib.rs:

Generic SPI interface for display drivers

Dependencies

~215KB