ssd1309

Crates.iossd1309
lib.rsssd1309
version0.4.0
sourcesrc
created_at2020-11-05 07:52:03.935517
updated_at2023-11-18 03:24:28.767984
description`display-interface` compatible driver for the SSD1309 OLED display controller
homepage
repositoryhttps://github.com/antonok-edm/ssd1309
max_upload_size
id308820
size2,151,209
Anton Lazarev (antonok-edm)

documentation

https://docs.rs/ssd1309

README

SSD1309 driver

Crates.io Docs.rs

SSD1309 display module showing the Rust logo

I2C/SPI driver for the SSD1309 OLED display written in 100% Rust.

Heavily based off of the SH1106 driver by @jamwaffles.

Implementation note

It's important to use correct reset logic for the SSD1309, unlike with some other display drivers. The GraphicsMode::reset method is a good way to ensure this is accomplished.

Usage

Check the documentation and examples.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 23

cargo fmt