add waveshare esp32-c6-touch-amoled-2.16

This commit is contained in:
Tomato Me
2026-03-30 15:07:45 +08:00
parent 0f3199a812
commit 76a5c19000
6 changed files with 469 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"manufacturer": "waveshare",
"target": "esp32c6",
"builds": [
{
"name": "esp32-c6-touch-amoled-2.16",
"sdkconfig_append": [
"CONFIG_USE_ESP_WAKE_WORD=y",
"CONFIG_USE_DEFAULT_MESSAGE_STYLE=y",
"CONFIG_USE_MULTILINE_CHAT_MESSAGE=y"
]
}
]
}