From 9d9ec442fc5678b5685bc6b85ed15598ecf785a2 Mon Sep 17 00:00:00 2001 From: Occasional Contributor <140330290+occasional-contributor@users.noreply.github.com> Date: Sat, 15 Jun 2024 20:22:42 -0400 Subject: [PATCH] Rotate display on Sunton ESP32 2432S028 --- ports/espressif/boards/sunton_esp32_2432S028/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/espressif/boards/sunton_esp32_2432S028/board.c b/ports/espressif/boards/sunton_esp32_2432S028/board.c index 17fc0d7d01436..5d7353869402d 100644 --- a/ports/espressif/boards/sunton_esp32_2432S028/board.c +++ b/ports/espressif/boards/sunton_esp32_2432S028/board.c @@ -65,7 +65,7 @@ static void display_init(void) { 240, // Height 0, // column start 0, // row start - 0, // rotation + 270, // rotation 16, // Color depth false, // Grayscale false, // pixels in a byte share a row. Only valid for depths < 8