From ecaf6567fc633e003f2e2ee6c885bf5a88de5322 Mon Sep 17 00:00:00 2001 From: scgan Date: Wed, 22 Feb 2023 17:56:03 +0800 Subject: [PATCH] update lcd config for s3_eye_v1.1 --- examples/code_recognition/main/include/app_peripherals.h | 4 ++-- examples/code_recognition/sdkconfig.defaults.esp32s3 | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/code_recognition/main/include/app_peripherals.h b/examples/code_recognition/main/include/app_peripherals.h index d69f6d0..891e87a 100644 --- a/examples/code_recognition/main/include/app_peripherals.h +++ b/examples/code_recognition/main/include/app_peripherals.h @@ -206,11 +206,11 @@ #if CONFIG_CAMERA_MODULE_ESP_S3_EYE #define LCD_CONTROLLER SCREEN_CONTROLLER_ST7789 -#define LCD_MOSI 46 +#define LCD_MOSI 47 #define LCD_MISO -1 #define LCD_SCLK 21 #define LCD_CS 44 -#define LCD_DC 47 +#define LCD_DC 43 #define LCD_RST -1 #define LCD_BCKL 48 diff --git a/examples/code_recognition/sdkconfig.defaults.esp32s3 b/examples/code_recognition/sdkconfig.defaults.esp32s3 index 42be7ab..b95f661 100644 --- a/examples/code_recognition/sdkconfig.defaults.esp32s3 +++ b/examples/code_recognition/sdkconfig.defaults.esp32s3 @@ -9,3 +9,5 @@ CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_LCD_DRIVER_SCREEN_CONTROLLER_ST7789=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y + +CONFIG_SPIRAM_MODE_OCT=y