diff --git a/adafruit_displayio_ssd1306.py b/adafruit_displayio_ssd1306.py index 3e67cfe..1eefde4 100644 --- a/adafruit_displayio_ssd1306.py +++ b/adafruit_displayio_ssd1306.py @@ -127,7 +127,7 @@ def sleep(self) -> None: active prior to sleeping. MP can access (update) the built-in display RAM. """ if self._is_awake: - self.bus.send(0xAE, b"") # 0xAE = display off, sleep mode + self.bus.send(0xAE, []) # 0xAE = display off, sleep mode self._is_awake = False def wake(self) -> None: @@ -135,5 +135,5 @@ def wake(self) -> None: Wake display from sleep mode """ if not self._is_awake: - self.bus.send(0xAF, b"") # 0xAF = display on + self.bus.send(0xAF, []) # 0xAF = display on self._is_awake = True pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy