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 driverv0.1.0
- initial releasev0.2.0
- batch supportv0.3.0
- additional PixelColor support directly to hardwarevTBD
- hardware scolling support