You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: split display driver into panel + touch controller files
src/display/ now contains:
- DisplayDriver.h — dispatcher + composed driver struct
- ILI9341_320x240.h — ILI9341 TFT panel (320x240, SPI)
- XPT2046.h — XPT2046 resistive touch controller
DisplayDriver inherits from both via multiple inheritance (zero-cost
at compile time). Files named after controller + resolution for clarity.
Future: HD44780_16x2.h for alphanumeric display.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments