Add compatibility for Waveshare ESP32-S3-Touch-AMOLED-2.06 (#960)

* Add Waveshare ESP32-S3-Touch-AMOLED-2.06

* Update some configuration settings

* Add configuration to the configuration file

* Fix the abnormal areas
This commit is contained in:
Y1hsiaochunnn
2025-07-22 18:02:31 +08:00
committed by GitHub
parent 721b58f8c7
commit 15f233e773
6 changed files with 437 additions and 1 deletions

View File

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