Skip to content

Commit c53d510

Browse files
Update board.c for fixing color order
1 parent 727ac39 commit c53d510

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • ports/espressif/boards/m5stack_atoms3

ports/espressif/boards/m5stack_atoms3/board.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ uint8_t display_init_sequence[] = {
4545
0x36, 0x01, 0x08, // _MADCTL
4646
0x21, 0x80, 0x0A, // _INVON Hack and Delay 10ms
4747
0x13, 0x80, 0x0A, // _NORON and Delay 10ms
48-
0x36, 0x01, 0xC0, // _MADCTL
4948
0x29, 0 | DELAY, 0xff // _DISPON and Delay 500ms
5049
};
5150

0 commit comments

Comments
 (0)