Skip to content

Commit c3f9adb

Browse files
authored
Merge pull request #9000 from jins-tkomoda/main
Update board.c for fixing color order
2 parents 727ac39 + c53d510 commit c3f9adb

File tree

1 file changed

+0
-1
lines changed
  • ports/espressif/boards/m5stack_atoms3

1 file changed

+0
-1
lines changed

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)