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 transfers