Skip to content

Commit 43c450c

Browse files
committed
Fixed wake up on touchpad
1 parent 9e63c7e commit 43c450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Advanced Inkplate Features/Inkplate_Wake_up_on_touchpads/Inkplate_Wake_up_on_touchpads.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void setup()
3434

3535
// Setup mcp interrupts
3636
display.pinModeMCP(touchPadPin, INPUT);
37-
display.setIntOutput(1, true, true, HIGH);
37+
display.setIntOutput(1, false, false, HIGH);
3838
display.setIntPin(touchPadPin, RISING);
3939

4040
++bootCount;

0 commit comments

Comments
 (0)