Commit Graph

7 Commits

Author SHA1 Message Date
david 14781b8c07 refactor: move TileLayoutHelper from DisplayManager.h to Style.h
- Pure static helper class moved from DisplayManager.h to Style.h
- Drivers now use TileLayoutHelper::calculateLayouts() directly
- Remove extern DisplayManager references from display drivers
- Drop LGFX_USE_V1 build flag (no longer needed)
- Add delay(LOOP_YIELD_MS) in S3 loop to prevent watchdog
2026-05-29 20:17:15 -07:00
david 66f09c3468 feat(boards): add device detection and text scrolling support 2026-02-19 21:46:33 -08:00
david 913373ca72 fix(build): change --libraries flag to --library in board configs 2026-02-19 20:48:56 -08:00
david f367bd365b refactor(doorbell): check hold completion before release handling 2026-02-19 19:22:49 -08:00
david ec8ec4cd18 refactor(Style): Add font abstraction and CSS-like styling constants 2026-02-19 14:48:25 -08:00
david e4609c6978 refactor(Format code): Improve readability and structure 2026-02-18 17:57:54 -08:00
david 5ce02a6eff refactor(doorbell-touch): extract board configs and improve logging 2026-02-18 02:02:35 -08:00