Add support for waveshare ESP32-S3-ePaper-3.97 (#1808)

This commit is contained in:
Tomato Me
2026-03-14 23:37:25 +08:00
committed by GitHub
parent d71841d248
commit d35f03134f
8 changed files with 757 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"manufacturer": "waveshare",
"target": "esp32s3",
"builds": [
{
"name": "esp32-s3-epaper-3.97",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n"
]
}
]
}