This is a library for LCD TFT Displays ST7735 with double buffering using embedded-hal-async, uses alloc for buffers allocations. Designed for powerful MCUs like ESP32
This library only works with embedded_graphics. Based on st7735-lcd-rs and st7735-lcd-doublebuffering.
- Double Buffering: Smooth updates without screen flicker, ensuring high-quality display performance.
- No Low-Level Control: Focused on high-level buffered drawing, without low-level pixel manipulation or display control (no plans for low-level support).
- Uses embedded-hal-async.