David Gwilliam
c292b2cf54
feat: add display driver abstraction layer
Gfx / GfxSprite types:
- TFT_eSPI path: zero-cost typedefs to TFT_eSPI / TFT_eSprite
- Arduino_GFX path: adapter classes with TFT_eSPI-compatible API
DisplayDriverGFX.cpp compiles to nothing on TFT_eSPI targets.
GfxSprite on Arduino_GFX uses direct-draw (no offscreen buffer yet).
2026-02-16 12:38:13 -08:00
..
2026-02-12 00:45:31 -08:00
2026-02-15 11:52:26 -08:00
2026-02-15 16:36:28 -08:00
2026-02-16 12:38:13 -08:00
2026-02-13 21:42:32 -08:00
2026-02-12 10:57:11 -08:00