Commit Graph

17 Commits

Author SHA1 Message Date
david 1b87815011 feat: add board configuration system, refactor Config.h
Board selection driven by -DTARGET_E32R35T or -DTARGET_WAVESHARE_S3_43.
Defaults to E32R35T for backward compatibility.

All hardware pin definitions moved from Config.h to board headers.
SCREEN_WIDTH/SCREEN_HEIGHT now come from board headers.
Config.h is now purely application-level configuration.

New files:
  BoardConfig.h              — board selector
  boards/board_e32r35t.h     — E32R35T pins, display, touch config
  boards/board_waveshare_s3.h — Waveshare S3 4.3" pins, display, touch config

Modified:
  Config.h — removed hardware pins section, added #include BoardConfig.h,
             added HOLD_DURATION_MS to timing section
2026-02-16 19:05:13 -08:00
david 5313222f4f snapshot 2026-02-16 19:05:13 -08:00
david 7763aadf51 snapshot 2026-02-16 19:05:13 -08:00
david d3f5a4e3e3 snapshot 2026-02-16 19:05:13 -08:00
david 850275ee03 snapshot 2026-02-16 19:05:13 -08:00
david 3e62c7d481 implement dashboard on wake 2026-02-16 19:05:13 -08:00
david e24d19eb94 snapshot 2026-02-16 19:05:13 -08:00
david cc081ebc1a snapshot 2026-02-16 19:05:13 -08:00
david 24f69e8589 snapshot 2026-02-16 19:05:13 -08:00
david 83002ff8b2 snapshot 2026-02-16 19:05:13 -08:00
david e16d7b62f6 snapshot 2026-02-16 19:05:13 -08:00
david 030dbe86d3 snapshot 2026-02-16 19:05:13 -08:00
david 3ca9465075 snapshot 2026-02-16 19:05:13 -08:00
david 9b9fb6dfb2 snapshot 2026-02-16 19:05:13 -08:00
david 5b09c14d42 snapshot 2026-02-16 19:05:13 -08:00
david f4045cdb98 snapshot 2026-02-16 19:05:13 -08:00
david fadcb684cc snapshot 2026-02-16 19:05:13 -08:00