Skip to content

Commit

Permalink
Remove touch interrupt control.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 21, 2024
1 parent 6fa19fa commit 87a9c3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/UnitTest/UnitTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -889,9 +889,6 @@ void setup()
if (touchDetected) {
Serial.println("Init GT911 Sensor success!");

// Keep high level when idle, and switch to low level when touched
touch.setInterruptMode(LOW_LEVEL_QUERY);

// Set touch max xy
touch.setMaxCoordinates(320, 240);

Expand Down

0 comments on commit 87a9c3e

Please sign in to comment.