Skip to content

Commit d83720f

Browse files
committed
Tweak display init
1 parent cd77517 commit d83720f

File tree

1 file changed

+2
-1
lines changed
  • ports/espressif/boards/espressif_esp32s3_box_lite

1 file changed

+2
-1
lines changed

ports/espressif/boards/espressif_esp32s3_box_lite/board.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ uint8_t display_init_sequence[] = {
3737
0x01, 0x80, 0x96, // _SWRESET and Delay 150ms
3838
0x11, 0x80, 0xFF, // _SLPOUT and Delay 500ms
3939
0x3A, 0x81, 0x55, 0x0A, // _COLMOD and Delay 10ms
40+
0x21, 0x80, 10, // _INVON
4041
0x13, 0x80, 0x0A, // _NORON and Delay 10ms
41-
0x36, 0x01, 0xC8, // _MADCTL
42+
0x36, 0x01, 0x80, // _MADCTL
4243
0x29, 0x80, 0xFF, // _DISPON and Delay 500ms
4344
};
4445

0 commit comments

Comments
 (0)