Crates.io | sh1108 |
lib.rs | sh1108 |
version | 0.2.0 |
source | src |
created_at | 2023-11-18 04:39:46.149092 |
updated_at | 2024-05-06 02:55:35.656705 |
description | `display-interface` compatible driver for the SH1108 OLED display controller |
homepage | |
repository | https://github.com/antonok-edm/sh1108 |
max_upload_size | |
id | 1040271 |
size | 82,460 |
I2C/SPI driver for the SH1108 OLED display written in 100% Rust.
Derived from the SSD1309 driver
.
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.
Check the documentation and examples.
Licensed under either of
at your option.
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.