summaryrefslogtreecommitdiff
path: root/wasp/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/drivers')
-rw-r--r--wasp/drivers/cst816s.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/drivers/cst816s.py b/wasp/drivers/cst816s.py
index 0273ea9..314a63e 100644
--- a/wasp/drivers/cst816s.py
+++ b/wasp/drivers/cst816s.py
@@ -83,6 +83,7 @@ class CST816S:
Just reset the chip in order to wake it up
"""
self._reset()
+ self.event[0] = 0
def sleep(self):
"""Put touch controller chip on sleep mode to save power.