File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 96
96
b"\xc0 \x00 " # common output scan direction = 15 (0 to n-1 (POR=0))
97
97
b"\xa8 \x01 \x3f " # multiplex ratio = 128 (POR)
98
98
b"\xd3 \x01 \x60 " # set display offset mode = 0x60
99
- #b"\xd5\x01\x51" # divide ratio/oscillator: divide by 2, fOsc (POR)
99
+ # b"\xd5\x01\x51" # divide ratio/oscillator: divide by 2, fOsc (POR)
100
100
b"\xd9 \x01 \x22 " # pre-charge/dis-charge period mode: 2 DCLKs/2 DCLKs (POR)
101
101
b"\xdb \x01 \x35 " # VCOM deselect level = 0.770 (POR)
102
- #b"\xb0\x00" # set page address = 0 (POR)
102
+ # b"\xb0\x00" # set page address = 0 (POR)
103
103
b"\xa4 \x00 " # entire display off, retain RAM, normal status (POR)
104
104
b"\xa6 \x00 " # normal (not reversed) display
105
105
b"\xaf \x00 " # DISPLAY_ON
106
106
)
107
107
_PIXELS_IN_ROW = False
108
108
109
+
109
110
class SH1107 (displayio .Display ):
110
111
"""
111
112
SSD1107 driver for use with DisplayIO
You can’t perform that action at this time.
0 commit comments