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 642d1bd commit 0eccec4Copy full SHA for 0eccec4
adafruit_displayio_ssd1306.py
@@ -80,7 +80,7 @@ def __init__(
80
height = kwargs["width"]
81
width = kwargs["height"]
82
init_sequence[16] = height - 1 # patch mux ratio
83
- if height == 32 and width == 64: # FIX ME
+ if height == 32 and width == 64: # Make sure this only apply to that resolution
84
init_sequence[16] = 64 - 1 # FORCED for 64x32 because it fail with formula
85
if height in (32, 16) and width != 64:
86
init_sequence[25] = 0x02 # patch com configuration
0 commit comments