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 25fa2ca commit 8c9176bCopy full SHA for 8c9176b
adafruit_ssd1306.py
@@ -234,7 +234,7 @@ def __init__(
234
height,
235
external_vcc=external_vcc,
236
reset=reset,
237
- page_addressing=self.page_addressing,
+ page_addressing=self.page_addressing
238
)
239
240
def write_cmd(self, cmd):
@@ -288,7 +288,8 @@ def __init__(
288
external_vcc=False,
289
baudrate=8000000,
290
polarity=0,
291
- phase=0
+ phase=0,
292
+ page_addressing=False
293
):
294
self.rate = 10 * 1024 * 1024
295
dc.switch_to_output(value=0)
@@ -303,6 +304,7 @@ def __init__(
303
304
305
306
307
308
309
310
0 commit comments