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 transfersv0.3.0
- use display-interface
v0.2.3
- add optimized clear()v0.2.2
- add buffering for SPI transfersv0.2.1
- use static dispatch for set_pixels
v0.2.0
- batch supportv0.1.0
- initial release