This is a Rust driver library for ST7789 displays using embeddedgraphics, embeddedhal, and nostd, noalloc support. - Driver documentation. - Examples - Display datasheet
These features are enabled by default:
graphics
- embedded-graphics support: pulls in embedded-graphics dependencybatch
- batch-drawing optimization: pulls in heapless dependency and allocates 300 bytes for frame buffer in the driverbuffer
- use a 128 byte buffer for SPI data transfersThe minimum supported Rust version for the st7789 driver is 1.40.0 or greater. Ensure you have the correct version of Rust installed, preferably through https://rustup.rs.