Skip to content

Commit 5af1b5a

Browse files
author
funnygeeker
committed
update 2.1.0 beta.1
1 parent 5fe8ef1 commit 5af1b5a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.ZH-CN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
```python
2929
# 这是一个使用示例 This is an example of usage
3030
import time
31-
import framebuf
3231
from machine import SPI, Pin
3332
from driver import st7735_buf
3433
from lib.easydisplay import EasyDisplay

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ For images in the `dat` format, make sure that they do not exceed the screen dis
2727
```python
2828
# 这是一个使用示例 This is an example of usage
2929
import time
30-
import framebuf
3130
from machine import SPI, Pin
3231
from driver import st7735_buf
3332
from lib.easydisplay import EasyDisplay

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# 这是一个使用示例 This is an example of usage
22
import time
3-
import framebuf
43
from machine import SPI, Pin
54
from driver import st7735_buf
65
from lib.easydisplay import EasyDisplay

0 commit comments

Comments
 (0)