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 64feddfd5d
commit 1d249d2524
10 changed files with 175 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ void setup() {
}
void loop() {
// Read touch
// Read touch (includes test injection via serial "touch x y press/release")
TouchEvent evt = display.readTouch();
// State machine tick