File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 26
26
27
27
* Adafruit CircuitPython firmware for the supported boards:
28
28
https://github.com/adafruit/circuitpython/releases
29
+
30
+ ** Datasheet:**
31
+ https://cdn-shop.adafruit.com/datasheets/HX8357-D_DS_April2012.pdf
29
32
"""
30
33
31
34
# imports
45
48
b"\xB9 \x83 \xFF \x83 \x57 \xFF " # _SETC and delay 500ms
46
49
b"\xB3 \x04 \x80 \x00 \x06 \x06 " # _SETRGB 0x80 enables SDO pin (0x00 disables)
47
50
b"\xB6 \x01 \x25 " # _SETCOM -1.52V
48
- b"\xB0 \x01 \x68 " # _SETOSC Normal mode 70Hz , Idle mode 55 Hz
51
+ b"\xB0 \x01 \x66 " # _SETOSC Normal mode 60Hz , Idle mode 60 Hz
49
52
b"\xCC \x01 \x05 " # _SETPANEL BGR, Gate direction swapped
50
53
b"\xB1 \x06 \x00 \x15 \x1C \x1C \x83 \xAA " # _SETPWR1 Not deep standby BT VSPR VSNR AP
51
54
b"\xC0 \x06 \x50 \x50 \x01 \x3C \x1E \x08 " # _SETSTBA OPON normal OPON idle STBA GEN
You can’t perform that action at this time.
0 commit comments