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.