forked from xiaozhi/xiaozhi-esp32
Add board support for Waveshare ESP32-S3-Touch-AMOLED-1.75 (#643)
* Add board support for Waveshare ESP32-S3-Touch-AMOLED-1.75 * Fix component excess strings * Fix the ui * Update Kconfig.projbuild Correction board for USB_DEVICE_AEC requirements
This commit is contained in:
12
main/boards/waveshare-s3-touch-amoled-1.75/config.json
Normal file
12
main/boards/waveshare-s3-touch-amoled-1.75/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "waveshare-s3-touch-amoled-1.75",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
|
||||
"CONFIG_USE_DEVICE_AEC=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user