添加 Waveshare ESP32-S3-Touch-LCD-3.49 (#1227)

This commit is contained in:
Tomato Me
2025-09-22 10:46:33 +08:00
committed by GitHub
parent a8687f3736
commit 96e39bea1b
8 changed files with 501 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"target": "esp32s3",
"builds": [
{
"name": "waveshare-s3-touch-lcd-3.49",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}