add esp32-s3-touch-lcd-1.85c v2.0 (#1782)

Co-authored-by: ggc <1648371663@q.com>
This commit is contained in:
ggc121238
2026-02-26 20:51:41 +08:00
committed by GitHub
parent 025059aadf
commit 2576801a89
3 changed files with 49 additions and 2 deletions

View File

@ -619,6 +619,19 @@ choice DISPLAY_ESP32S3_AUDIO_BOARD
bool "ST7789 240*320"
endchoice
choice DISPLAY_ESP32S3_TOUCH_LCD_1_85C
depends on BOARD_TYPE_WAVESHARE_ESP32_S3_TOUCH_LCD_1_85C
prompt "ESP32S3_TOUCH_LCD_1_85C version"
default VERSION_2_0
help
hardware version
config VERSION_1_0
bool "version 1.0"
config VERSION_2_0
bool "version 2.0"
endchoice
choice DISPLAY_STYLE
prompt "Select display style"
default USE_DEFAULT_MESSAGE_STYLE