Skip to content

Commit 92a8e4a

Browse files
committed
Remove extra \x00 from DISPLAY ON in _INIT_SEQUENCE
1 parent 62a513c commit 92a8e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_displayio_ssd1306.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
b"\xda\x01\x12" # Set com configuration
4949
b"\xdb\x01\x40" # Set vcom configuration
5050
b"\x8d\x01\x14" # Enable charge pump
51-
b"\xAF\x00\x00" # DISPLAY_ON
51+
b"\xAF\x00" # DISPLAY_ON
5252
)
5353

5454
# pylint: disable=too-few-public-methods

0 commit comments

Comments
 (0)