Skip to content

Commit 2657241

Browse files
author
Melissa LeBlanc-Williams
committed
fixed order of init commands
1 parent acf537e commit 2657241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_st7789.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
b"\x36\x01\x08" # _MADCTL
5555
b"\x21\x80\x0A" # _INVON Hack and Delay 10ms
5656
b"\x13\x80\x0A" # _NORON and Delay 10ms
57-
b"\x29\x80\xFF" # _DISPON and Delay 500ms
5857
b"\x36\x01\xC0" # _MADCTL
58+
b"\x29\x80\xFF" # _DISPON and Delay 500ms
5959
)
6060

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

0 commit comments

Comments
 (0)