ST7567S Display Controller Driver
This crate provides a driver for the ST7567S display controller that can be used with Rust embedded projects.
display_interface
crate.set_pixel
, clear
, or by using the embedded-graphics
crate. Once you have made your changes, you can call the flush
method to write the buffer to the display.draw
method.Note: This driver is designed to work with a more generic 128x64 resolution, instead of the original 132x65 resolution of the ST7567S controller.
Thanks ssd1306
driver for served as an example.
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.