We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073225 commit 3138058Copy full SHA for 3138058
ports/espressif/boards/lilygo_ttgo_t8_s2_st7789/board.c
@@ -100,7 +100,7 @@ static void display_init(void) {
100
135, // height (after rotation)
101
40, // column start
102
53, // row start
103
- 0, // rotation
+ 0, // rotation
104
16, // color depth
105
false, // grayscale
106
false, // pixels in a byte share a row. Only valid for depths < 8
0 commit comments