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

@@ -12,6 +12,7 @@ enum class TileAction {
NONE,
ALERT, // Trigger alert
SILENCE, // Silence alert
DISMISS, // Dismiss alert and return to dashboard
STATUS, // Send heartbeat/status
REBOOT, // Reboot device
};