feat(esp32-s3-lcd-43): add touch test harness and coordinate transformation

This commit is contained in:
2026-02-18 18:58:37 -08:00
parent e4609c6978
commit d6eb2cd561
9 changed files with 173 additions and 7 deletions

View File

@@ -22,6 +22,7 @@
#define HINT_ANIMATION_MS 2000
#define HINT_MIN_BRIGHTNESS 30
#define HINT_MAX_BRIGHTNESS 60
#define TOUCH_DEBOUNCE_MS 100
// ── Loop yield (prevents Task Watchdog on ESP32) ──
#ifndef LOOP_YIELD_MS