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 ad6241f commit 6d77e07Copy full SHA for 6d77e07
adafruit_ssd1306.py
@@ -292,7 +292,9 @@ def __init__(
292
page_addressing=False
293
):
294
if page_addressing:
295
- raise NotImplementedError("Page addressing mode with SPI has not yet been implemented.")
+ raise NotImplementedError(
296
+ "Page addressing mode with SPI has not yet been implemented."
297
+ )
298
299
self.rate = 10 * 1024 * 1024
300
dc.switch_to_output(value=0)
0 commit comments