From c771da1b81db4ba6aa18a688ea5e4bd23dc8a22a Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Thu, 2 Apr 2026 14:58:12 +0800 Subject: [PATCH] boards/lckfb-szpi-esp32s3: camera config use landscape LCD Remove CONFIG_LCD_PORTRAIT so the ST7789 defaults to landscape orientation (320x240), matching the GC0308 QVGA output and the physical screen mounting direction. Signed-off-by: wangjianyu3 --- .../xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig index 8f4f32fbda5..8ea3535c7f2 100644 --- a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig +++ b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig @@ -85,7 +85,6 @@ CONFIG_IOEXPANDER_PCA9557=y CONFIG_LCD=y CONFIG_LCD_DEV=y CONFIG_LCD_FRAMEBUFFER=y -CONFIG_LCD_PORTRAIT=y CONFIG_LCD_ST7789=y CONFIG_LCD_ST7789_DATA_ENDIAN_LITTLE=y CONFIG_LCD_ST7789_FREQUENCY=40000000