add waveshare esp32-s3-touch-amoled-1.43c

This commit is contained in:
Tomato Me
2026-04-14 15:52:40 +08:00
parent 97c0e75eec
commit 7dc61300d1
6 changed files with 323 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{
"manufacturer": "waveshare",
"target": "esp32s3",
"builds": [
{
"name": "esp32-s3-touch-amoled-1.43c",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
]
}
]
}