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 26c2aca commit 654414eCopy full SHA for 654414e
ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c
@@ -45,7 +45,7 @@ uint8_t display_init_sequence[] = {
45
// normal display mode on
46
0x13, 0,
47
// display and color format settings
48
- 0x36, 1, 0x60,
+ 0x36, 1, 0x68,
49
0xB6, 2, 0x0A, 0x82,
50
0x3A, 1 | DELAY, 0x55, 10,
51
// ST7789V frame rate setting
0 commit comments