diff --git a/examples/UnitTest/UnitTest.ino b/examples/UnitTest/UnitTest.ino index 808edb3..c8b8c25 100644 --- a/examples/UnitTest/UnitTest.ino +++ b/examples/UnitTest/UnitTest.ino @@ -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);