Skip to content

Commit af7ed59

Browse files
committed
Apply pre-commit formatting fixes
1 parent 036d3db commit af7ed59

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/lilygo_tembed_esp32s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/lilygo_tembed_esp32s3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ uint8_t display_init_sequence[] = {
1717
0x01, 0x80, 0x96, // _SWRESET and Delay 150ms
1818
0x11, 0x80, 0xFF, // _SLPOUT and Delay 500ms
1919
0x3A, 0x81, 0x55, 0x0A, // _COLMOD and Delay 10ms
20-
0x21, 0x80, 0xA, // _INVON
20+
0x21, 0x80, 0xA, // _INVON
2121
0x13, 0x80, 0x0A, // _NORON and Delay 10ms
2222
0x36, 0x01, 0xC0, // _MADCTL
2323
0x29, 0x80, 0xFF, // _DISPON and Delay 500ms

0 commit comments

Comments
 (0)