ssd1322_di

Crates.iossd1322_di
lib.rsssd1322_di
version0.2.0
sourcesrc
created_at2023-11-20 04:36:40.018562
updated_at2023-12-02 02:13:06.819953
description`display-interface` compatible driver for the SSD1322 OLED display controller
homepage
repositoryhttps://github.com/ddalton/ssd1322_di
max_upload_size
id1041706
size3,584,808
(ddalton)

documentation

https://docs.rs/ssd1322_di

README

ssd1322_di

A driver for the ssd1322 OLED display chip that supports display_inteface. This is a work in progress.

This driver is successfully tested against the Newhaven Display NHD-3.12-25664UCB2 using a TM4C123x evaluation board. A project containing this example can be found here: https://github.com/ddalton/frecount/tree/main/spi_display

Screenshot with text output

It has 2 flush methods. The flush_all method flushes the entire screen. This is needed only if the entire contents of the screen needs to be flushed to the display and should be rarely used since it is an expensive call. Prefer the flush method which sends only the changed pixels from the last flush call.

Credits

Inspired by ssd1322 and ssd1327 drivers.

Commit count: 15

cargo fmt