Files
klubhaus-doorbell/sketches/doorbell-touch-esp32-32e/DisplayDriverGFX.cpp
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

6.7 KiB