Skip to content

Commit 9d9ec44

Browse files
Rotate display on Sunton ESP32 2432S028
1 parent ed5591c commit 9d9ec44

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/sunton_esp32_2432S028/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static void display_init(void) {
6565
240, // Height
6666
0, // column start
6767
0, // row start
68-
0, // rotation
68+
270, // rotation
6969
16, // Color depth
7070
false, // Grayscale
7171
false, // pixels in a byte share a row. Only valid for depths < 8

0 commit comments

Comments
 (0)