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

@ -2,6 +2,12 @@
[微雪电子 ESP32-S3-ePaper-1.54](https://www.waveshare.net/shop/ESP32-S3-ePaper-1.54.htm)
```bash
esptool.py flash_id
V1: 4MB Flash, 2MB PSRAM
V2: 8MB Flash, 8MB PSRAM
```
# 编译配置命令
**克隆工程**
@ -31,18 +37,19 @@ idf.py menuconfig
**选择板子**
```bash
Xiaozhi Assistant -> Board Type -> Waveshare ESP32-S3-ePaper-1.54
Xiaozhi Assistant -> Board Type -> Waveshare ESP32-S3-ePaper-1.54_v2
```
**编译**
```ba
idf.py build
```bash
python ./scripts/release.py --name esp32-s3-epaper-1.54-v1 waveshare/esp32-s3-epaper-1.54
python ./scripts/release.py --name esp32-s3-epaper-1.54-v2 waveshare/esp32-s3-epaper-1.54
```
**下载并打开串口终端**
```bash
idf.py build flash monitor
idf.py flash monitor
```