Skip to content

Commit 5ae1de4

Browse files
authored
Update README.md
1 parent 9b7c989 commit 5ae1de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ed.bmp("/img/test.bmp", 0, 0)
3737
time.sleep(3)
3838
ed.pbm("/img/test.pbm", 0, 0, format=framebuf.MONO_HLSB)
3939
time.sleep(3)
40-
ed.font("这是一个测试", 0, 0)
40+
ed.font("测试一下\nTest\nテスト", 0, 0)
4141

4242
# 更多高级使用方式详见源码注释:/libs/easydisplay.py
4343
```
@@ -71,4 +71,4 @@ PBM文件转换:[https://blog.csdn.net/jd3096/article/details/121319042](https
7171

7272

7373
#### 其他
74-
感谢各位大佬对开源做出的贡献!
74+
感谢各位大佬对开源做出的贡献!

0 commit comments

Comments
 (0)