Skip to content

Commit 2cb1fba

Browse files
authored
Merge pull request #1 from adafruit/init_update
change panel setting index in start sequence
2 parents 9756f8f + a674582 commit 2cb1fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_uc8253.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, bus, vcom_cdi=0xD7, **kwargs):
6161
panel_setting = 0b11011111
6262

6363
start_sequence[4] = vcom_cdi
64-
start_sequence[-1] = panel_setting
64+
start_sequence[7] = panel_setting
6565

6666
super().__init__(
6767
bus,

0 commit comments

Comments
 (0)