feat(esp32-s3-lcd-43): add touch test harness and coordinate transformation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user