We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8234f4 commit def1b51Copy full SHA for def1b51
adafruit_displayio_ssd1306.py
@@ -113,5 +113,5 @@ def wake(self):
113
Wake display from sleep mode
114
"""
115
if not self._is_awake:
116
- self.bus.send(int(0xAF), b"") # 0xAF = display on
+ self.bus.send(0xAF, b"") # 0xAF = display on
117
self._is_awake = True
0 commit comments