1 unstable release
0.8.2 | Mar 28, 2023 |
---|
#1456 in Embedded development
56 downloads per month
30KB
539 lines
st7306
This is a Rust library for displays using the ST7306 driver with embedded_graphics
, embedded_hal
, and no_std
, no_alloc
support. Documentation is available here.
Examples are here
TODO: Add ferris demo and take screenshot.
lib.rs
:
This crate provides an ST7306 driver to connect to TFT displays.
It uses embedded_hal to use the board's hardware SPI pin to write commands to the display.
With the "graphics" feature enabled (which is the default) support for the embedded-traits crate is built-in.
Currently the crate assumes a mono color display.
Dependencies
~0–0.8MB