Skip to content

Commit dd9e945

Browse files
committed
try rotation 0
1 parent fe69a5a commit dd9e945

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_esp32s2_camera/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void board_init(void) {
8181
240, // Height (after rotation)
8282
80, // column start
8383
0, // row start
84-
270, // rotation
84+
0, // rotation
8585
16, // Color depth
8686
false, // Grayscale
8787
false, // Pixels in a byte share a row. Only used for depth < 8

0 commit comments

Comments
 (0)