summaryrefslogtreecommitdiff
path: root/wasp/drivers/touch.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/drivers/touch.py')
-rw-r--r--wasp/drivers/touch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/drivers/touch.py b/wasp/drivers/touch.py
index 0b08653..ec97e3d 100644
--- a/wasp/drivers/touch.py
+++ b/wasp/drivers/touch.py
@@ -40,7 +40,7 @@ class TouchButton:
def get_touch_data(self, pin_obj):
"""Synthesize a right swipe during interrupt.
"""
- self.event[0] = 4
+ self.event[0] = 253 # NEXT
if self.schedule:
self.schedule(self)