From 2c5d7757e5e1f67fa7e27f3bc5f1785cf67d2407 Mon Sep 17 00:00:00 2001 From: CQ793 <2609616396@qq.com> Date: Mon, 30 Mar 2026 10:40:48 +0800 Subject: [PATCH] Content: Removed some irrelevant code --- main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.h | 1 - .../boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.json | 4 ---- 2 files changed, 5 deletions(-) diff --git a/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.h b/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.h index 8c95b08..749b601 100644 --- a/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.h +++ b/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.h @@ -27,7 +27,6 @@ #define PIN_NUM_LCD_RST GPIO_NUM_27 #define DISPLAY_BACKLIGHT_PIN GPIO_NUM_28 #define DISPLAY_BACKLIGHT_OUTPUT_INVERT false -#define LCD_MIPI_DSI_LANE_BITRATE_MBPS (0) #define TOUCH_RST_PIN GPIO_NUM_29 #define TOUCH_INT_PIN GPIO_NUM_50 #define LCD_SPI_MOSI_PIN GPIO_NUM_20 diff --git a/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.json b/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.json index 2a23b3a..50f6408 100644 --- a/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.json +++ b/main/boards/waveshare/esp32-p4-wifi6-touch-lcd-3.5/config.json @@ -8,12 +8,8 @@ "CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0", "CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH=y", "CONFIG_BOARD_TYPE_WAVESHARE_ESP32_P4_WIFI6_TOUCH_LCD_3_5=y", - "CONFIG_USE_WECHAT_MESSAGE_STYLE=n", - "CONFIG_ESP_VIDEO_ENABLE_MIPI_CSI_VIDEO_DEVICE=y", - "CONFIG_ESP_VIDEO_ENABLE_ISP_VIDEO_DEVICE=y", "CONFIG_CAMERA_OV5647=y", "CONFIG_CAMERA_OV5647_AUTO_DETECT_MIPI_INTERFACE_SENSOR=y", - "CONFIG_CAMERA_OV5647_MIPI_RAW8_800X800_50FPS=y", "CONFIG_XIAOZHI_ENABLE_CAMERA_ENDIANNESS_SWAP=y" ] }