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 47437cb commit 8293e1eCopy full SHA for 8293e1e
ports/esp32s2/boards/adafruit_funhouse/board.c
@@ -83,9 +83,9 @@ void board_init(void) {
83
bus,
84
240, // Width (after rotation)
85
240, // Height (after rotation)
86
- 0, // column start
+ 80, // column start
87
0, // row start
88
- 180, // rotation
+ 270, // rotation
89
16, // Color depth
90
false, // Grayscale
91
false, // Pixels in a byte share a row. Only used for depth < 8
0 commit comments