Skip to content

Commit bc14b7a

Browse files
committed
Fix the display on the esp box lite
1 parent 3c09371 commit bc14b7a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

ports/espressif/boards/espressif_esp32s3_box_lite/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +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
40+
0x21, 0x80, 0x0A, // _INVON
4141
0x13, 0x80, 0x0A, // _NORON and Delay 10ms
42-
0x36, 0x01, 0x80, // _MADCTL
42+
0x36, 0x01, 0xA0, // _MADCTL
4343
0x29, 0x80, 0xFF, // _DISPON and Delay 500ms
4444
};
4545

0 commit comments

Comments
 (0)