Skip to content

Commit c318e20

Browse files
authored
Update README.md
移除冗余部分
1 parent 283eabb commit c318e20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[简体中文 (Chinese)](https://github.com/funnygeeker/micropython-easydisplay/blob/main/README.ZH-CN.md)
1+
[简体中文 (Chinese)](./README.ZH-CN.md)
22

33
# micropython-easydisplay
44
- A display library for `Micropython`: high versatility, multifunctionality, implemented purely in `Micropython`.
@@ -26,7 +26,6 @@ For images in the `dat` format, make sure that they do not exceed the screen dis
2626
### Example Code
2727
```python
2828
# This is an example of usage
29-
import time
3029
import framebuf
3130
from machine import SPI, Pin
3231
from drivers import st7735_buf

0 commit comments

Comments
 (0)