Skip to content

Commit aacd867

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# micropython-easydisplay
22
适用于 micropython 的简易显示库
33

4+
#### 显示效果
5+
![font_display](https://user-images.githubusercontent.com/96659329/217912388-32b67ae0-c586-426a-8409-15d66626af67.jpg)
6+
![bmp_color_display](https://user-images.githubusercontent.com/96659329/217912256-576ae657-9355-4384-a8b3-1430f295f700.jpg)
7+
![pbm_display](https://user-images.githubusercontent.com/96659329/217912280-92b902f8-b177-4b37-bc25-84ffdb13978b.jpg)
8+
9+
410
#### 适用范围
511
- 基于一些开源项目,对适用于 MicroPython 的一些常用的显示功能进行了整合和封装,采用 Framebuf 缓冲区的驱动才能够使用
612

0 commit comments

Comments
 (0)