Commit Graph

17 Commits

Author SHA1 Message Date
c6eb4e3875 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 12:38:13 -08:00
46b0cb96a9 snapshot 2026-02-16 11:53:09 -08:00
9e285e07a2 snapshot 2026-02-16 03:36:04 -08:00
893c50dbc0 snapshot 2026-02-16 03:14:38 -08:00
67fd36bffb snapshot 2026-02-16 03:07:23 -08:00
152cfeb995 implement dashboard on wake 2026-02-16 02:53:08 -08:00
6dbe1be1cd snapshot 2026-02-16 02:33:38 -08:00
a134c8bc37 snapshot 2026-02-16 02:11:46 -08:00
185067e5d5 snapshot 2026-02-16 02:01:27 -08:00
9790fd4a31 snapshot 2026-02-16 00:39:28 -08:00
2afb6b81ed snapshot 2026-02-16 00:23:25 -08:00
3c9e982c98 snapshot 2026-02-15 23:25:11 -08:00
ef13cf3c8c snapshot 2026-02-15 17:47:11 -08:00
bfa8592eec snapshot 2026-02-15 17:42:33 -08:00
d3aeb6f207 snapshot 2026-02-15 17:11:07 -08:00
80b1291489 snapshot 2026-02-15 16:50:20 -08:00
69800016c4 snapshot 2026-02-15 16:36:28 -08:00