Skip to content

Commit f65c524

Browse files
committed
remove dublicate line, adjust D3 bit back to original zero
1 parent 6a598ff commit f65c524

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

ports/espressif/boards/lilygo_ttgo_tdisplay_esp32_4m/board.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ uint8_t display_init_sequence[] = {
3737
0x01, DELAY, 0x96, // _SWRESET and Delay 150ms
3838
0x11, DELAY, 0xFF, // _SLPOUT and Delay 500ms
3939
0x3A, DELAY | 1, 0x55, 0x0A, // _COLMOD and Delay 10ms
40-
0x36, 0x01, 0x08, // _MADCTL
4140
0x21, DELAY, 0x0A, // _INVON Hack and Delay 10ms
4241
0x13, DELAY, 0x0A, // _NORON and Delay 10ms
43-
0x36, 0x01, 0x68, // _MADCTL
42+
0x36, 0x01, 0x60, // _MADCTL
4443
0x29, DELAY, 0xFF, // _DISPON and Delay 500ms
4544
};
4645

0 commit comments

Comments
 (0)