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:
Y1hsiaochunnn
2025-05-20 20:59:09 +08:00
committed by GitHub
parent d2f42527f4
commit b49ad1755d
8 changed files with 471 additions and 1 deletions

View 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"
]
}
]
}