Skip to content

Commit 1c1559f

Browse files
committed
fix colororder
1 parent c088090 commit 1c1559f

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/adafruit_feather_esp32s2_tft

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_feather_esp32s2_tft/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ uint8_t display_init_sequence[] = {
4545
// normal display mode on
4646
0x13, 0,
4747
// display and color format settings
48-
0x36, 1, 0x60,
48+
0x36, 1, 0x68,
4949
0xB6, 2, 0x0A, 0x82,
5050
0x3A, 1 | DELAY, 0x55, 10,
5151
// ST7789V frame rate setting

0 commit comments

Comments
 (0)