sh1108

Crates.iosh1108
lib.rssh1108
version0.2.0
sourcesrc
created_at2023-11-18 04:39:46.149092
updated_at2024-05-06 02:55:35.656705
description`display-interface` compatible driver for the SH1108 OLED display controller
homepage
repositoryhttps://github.com/antonok-edm/sh1108
max_upload_size
id1040271
size82,460
Anton Lazarev (antonok-edm)

documentation

https://docs.rs/sh1108

README

SH1108 driver

Crates.io Docs.rs

SH1108 display module showing information about the Rust driver crate

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

Derived from the SSD1309 driver.

Implementation note

It's important to use correct reset logic for the SH1108, 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: 8

cargo fmt