docs: update docs

This commit is contained in:
reece
2022-06-25 15:45:39 +08:00
parent dcea1e8c69
commit 53119b9acc
4 changed files with 9 additions and 3 deletions

Binary file not shown.

View File

@@ -65,7 +65,7 @@ Firmware CRC32: 0xe62d501e
- [x] 图片模式
- [ ] web 支持图片切换
- [x] 添加新的时间场景
- [x] 设置年月日
- [x] 支持设置年月日
### 计划新增
- [ ] 安卓端控制器
@@ -84,4 +84,10 @@ Firmware CRC32: 0xe62d501e
### 原始readme.md
[README_EN.md](/README_en.md)
[README_EN.md](/README_en.md)
### 资料
- [TLSR8359规格说明书](/docs/DS_TLSR8359-E_Datasheet for Telink ULP 2.4GHz RF SoC TLSR8359.pdf)
- [tlsr8x5x蓝牙开发说明书中文](/docs/Telink Kite BLE SDK Developer Handbook中文.pdf)
- [屏幕驱动说明书 SSD1680.pdf](/docs/SSD1680.pdf)

View File

@@ -5,4 +5,4 @@ from tools.utils import image2hex, load_test_image
if __name__ == '__main__':
# print(image2hex(load_test_image('test-01.bmp')))
print(image2hex(load_test_image('mao.bmp')))
print(image2hex(load_test_image('test-02.bmp')))