This is a Rust library for displays using the ST7789 driver with embeddedgraphics, embeddedhal, and nostd, noalloc support. Documentation is available here. Examples are here
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.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 releasevTBD
- hardware scolling support