fix(ssd1351): Fix mirrored text on OLED display

This commit is contained in:
tgilkerson
2022-06-04 00:48:07 -04:00
committed by Ron Evans
parent df0d0d29a4
commit 36a8b791dc
+1 -1
View File
@@ -103,7 +103,7 @@ func (d *Device) Configure(cfg Config) {
d.Command(SET_MUX_RATIO)
d.Data(0x7F)
d.Command(SET_REMAP_COLORDEPTH)
d.Data(0x72)
d.Data(0x62)
d.Command(SET_COLUMN_ADDRESS)
d.Data(0x00)
d.Data(0x7F)