Add support for both hardware versions of waveshare-s3-epaper-1.54 (#1583)

* 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
This commit is contained in:
Alex Szasz
2026-02-19 10:52:47 +02:00
committed by GitHub
parent b34a9b19ba
commit 4666ecef82
5 changed files with 31 additions and 10 deletions

View File

@ -3,5 +3,5 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x270000,
assets, data, spiffs, 0x280000, 0x180000,
factory, app, factory, 0x10000, 0x2CE000,
assets, data, spiffs, 0x2DE000, 0x122000,
1 # ESP-IDF Partition Table
3 nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 factory, app, factory, 0x10000, 0x270000, factory, app, factory, 0x10000, 0x2CE000,
7 assets, data, spiffs, 0x280000, 0x180000, assets, data, spiffs, 0x2DE000, 0x122000,