Skip to content

Commit 092895c

Browse files
committed
docs: update README for tkinter UI
1 parent a6f3101 commit 092895c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ESP32-C3 墨水屏阅读器备份与刷机工具 | E-Ink Reader Backup & Flash T
1616
- ⚡ 固件刷入(完整写入 / OTA 更新 / 恢复原厂),带风险确认
1717
- 📋 实时日志,进度条显示
1818
- 🎨 现代浅色主题
19+
- 🌐 中英文双语界面,一键切换
1920

2021
## 使用
2122

@@ -66,7 +67,7 @@ X3 和 X4 刷 CrossPoint 使用**相同的分区布局**,esptool 命令完全
6667
## 从源码构建
6768

6869
```powershell
69-
pip install pyqt5 pyserial esptool
70+
pip install pyserial esptool
7071
python main.py
7172
```
7273

@@ -106,6 +107,7 @@ Supported devices: xteink X3, X4
106107
- Firmware flash (full write / OTA update / restore) with risk confirmation
107108
- Real-time log with progress bar
108109
- Modern light theme
110+
- Bilingual UI (Chinese / English) with one-click toggle
109111

110112
### Usage
111113

@@ -124,7 +126,7 @@ Official firmware is a full 16MB image (includes bootloader + partition table +
124126
### Build from source
125127

126128
```powershell
127-
pip install pyqt5 pyserial esptool
129+
pip install pyserial esptool
128130
python main.py
129131
```
130132

0 commit comments

Comments
 (0)