add waveshare esp32-s3-rlcd-4.2 (#1639)

This commit is contained in:
Tomato Me
2026-01-15 19:14:42 +08:00
committed by GitHub
parent c9fa5fabc5
commit ed51705240
8 changed files with 680 additions and 1 deletions

View File

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