Skip to content

Commit 8293e1e

Browse files
committed
fix display rotation and position
1 parent 47437cb commit 8293e1e

File tree

1 file changed

+2
-2
lines changed
  • ports/esp32s2/boards/adafruit_funhouse

1 file changed

+2
-2
lines changed

ports/esp32s2/boards/adafruit_funhouse/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ void board_init(void) {
8383
bus,
8484
240, // Width (after rotation)
8585
240, // Height (after rotation)
86-
0, // column start
86+
80, // column start
8787
0, // row start
88-
180, // rotation
88+
270, // rotation
8989
16, // Color depth
9090
false, // Grayscale
9191
false, // Pixels in a byte share a row. Only used for depth < 8

0 commit comments

Comments
 (0)