Skip to content

Commit 717a3d3

Browse files
author
Melissa LeBlanc-Williams
committed
Removed unnecessary reset command
1 parent e866621 commit 717a3d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_st7789.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ST7789.git"
4949

5050
_INIT_SEQUENCE = (
51-
b"\x01\x80\x80" # _SWRESET and Delay 128ms
5251
b"\x01\x80\x96" # _SWRESET and Delay 150ms
5352
b"\x11\x80\xFF" # _SLPOUT and Delay 500ms
5453
b"\x3A\x81\x55\x0A" # _COLMOD and Delay 10ms

0 commit comments

Comments
 (0)