* Add support for both hardware versions of waveshare-s3-epaper-1.54 * use v2 partition, reduced assets partition by 300k so that the app would fit * add manufacturer * updated readme * CONFIG_SR_WN_WN9_NIHAOXIAOZHI_TTS=n to save space * no custom font
21 lines
627 B
JSON
21 lines
627 B
JSON
{
|
|
"manufacturer": "waveshare",
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "esp32-s3-epaper-1.54-v2",
|
|
"sdkconfig_append": [
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
|
|
]
|
|
},
|
|
{
|
|
"name": "esp32-s3-epaper-1.54-v1",
|
|
"sdkconfig_append": [
|
|
"CONFIG_SPIRAM_MODE_QUAD=y",
|
|
"CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y",
|
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/4m.csv\""
|
|
]
|
|
}
|
|
]
|
|
} |