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.
2 parents 87edf0a + 4d64b98 commit 6c2f84dCopy full SHA for 6c2f84d
adafruit_displayio_sh1107.py
@@ -108,7 +108,7 @@
108
b"\xb0\x00" # set page address = 0 (POR)
109
b"\xa4\x00" # entire display off, retain RAM, normal status (POR)
110
b"\xa6\x00" # normal (not reversed) display
111
- b"\xaf\x00" # DISPLAY_ON
+ b"\xaf\x80\x64" # DISPLAY_ON + 100ms delay
112
)
113
_PIXELS_IN_ROW = True
114
else:
@@ -127,7 +127,7 @@
127
# b"\xb0\x00" # set page address = 0 (POR)
128
129
130
131
132
_PIXELS_IN_ROW = False
133
0 commit comments