Skip to content

Commit 7753772

Browse files
committed
remove commented out, unecessary code
1 parent 267164a commit 7753772

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_rgb_display/st7735.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ class ST7735S(ST7735):
221221

222222
(_GMCTRN1, b'\x0f\x1b\x0f\x17\x33\x2c\x29\x2e'
223223
b'\x30\x30\x39\x3f\x00\x07\x03\x10'),
224-
# Enable test command
225-
# (_TSTCMD1, b'\x01'),
226-
# Disable ram power save mode
227-
# (_DISRPSM1, b'\x00'),
228224
# 65k mode
229225
(_COLMOD, b'\x05'),
230226
# set scan direction: up to down, right to left

0 commit comments

Comments
 (0)