Skip to content

Commit 36a8b79

Browse files
tgilkersondeadprogram
authored andcommitted
fix(ssd1351): Fix mirrored text on OLED display
1 parent df0d0d2 commit 36a8b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssd1351/ssd1351.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (d *Device) Configure(cfg Config) {
103103
d.Command(SET_MUX_RATIO)
104104
d.Data(0x7F)
105105
d.Command(SET_REMAP_COLORDEPTH)
106-
d.Data(0x72)
106+
d.Data(0x62)
107107
d.Command(SET_COLUMN_ADDRESS)
108108
d.Data(0x00)
109109
d.Data(0x7F)

0 commit comments

Comments
 (0)