Suggested change

This commit is contained in:
Jk Jensen 2023-02-26 21:12:40 -08:00
parent 9ca3d84b0f
commit 5b88d8a880
No known key found for this signature in database
GPG Key ID: 3AEC4983A7541FEA

View File

@ -114,7 +114,7 @@ class Oled(Extension):
def on_runtime_disable(self, sandbox):
return
def during_bootup(self, board):
def during_bootup(self, keyboard):
displayio.release_displays()
i2c = busio.I2C(keyboard.SCL, keyboard.SDA)
self._display = adafruit_displayio_ssd1306.SSD1306(