We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267164a commit 7753772Copy full SHA for 7753772
adafruit_rgb_display/st7735.py
@@ -221,10 +221,6 @@ class ST7735S(ST7735):
221
222
(_GMCTRN1, b'\x0f\x1b\x0f\x17\x33\x2c\x29\x2e'
223
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'),
228
# 65k mode
229
(_COLMOD, b'\x05'),
230
# set scan direction: up to down, right to left
0 commit comments