添加了ESP32S3_KORVO2_V3官方lcd屏幕的支持 (#323)

* ESP32S3_KORVO2_V3添加官方开发板屏幕支持

* 修正笔误

* Update esp32s3_korvo2_v3_board.cc

---------

Co-authored-by: hbs2001 <wangyuchong@yuchong.wang>
Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
hbs2001
2025-03-11 01:43:16 +08:00
committed by GitHub
parent 236e21ffc2
commit 4b46e4890d
3 changed files with 105 additions and 2 deletions

View File

@@ -194,6 +194,18 @@ choice DISPLAY_LCD_TYPE
bool "自定义屏幕参数"
endchoice
choice DISPLAY_ESP32S3_KORVO2_V3
depends on BOARD_TYPE_ESP32S3_KORVO2_V3
prompt "ESP32S3_KORVO2_V3 LCD Type"
default LCD_ST7789
help
屏幕类型选择
config LCD_ST7789
bool "ST7789, 分辨率240*280"
config LCD_ILI9341
bool "ILI9341, 分辨率240*320"
endchoice
config USE_AUDIO_PROCESSOR
bool "启用音频降噪、增益处理"
default y