Skip to content

Commit

Permalink
update 2.1.0 beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funnygeeker committed Jan 3, 2024
1 parent 5fe8ef1 commit 5af1b5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
```python
# 这是一个使用示例 This is an example of usage
import time
import framebuf
from machine import SPI, Pin
from driver import st7735_buf
from lib.easydisplay import EasyDisplay
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ For images in the `dat` format, make sure that they do not exceed the screen dis
```python
# 这是一个使用示例 This is an example of usage
import time
import framebuf
from machine import SPI, Pin
from driver import st7735_buf
from lib.easydisplay import EasyDisplay
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 这是一个使用示例 This is an example of usage
import time
import framebuf
from machine import SPI, Pin
from driver import st7735_buf
from lib.easydisplay import EasyDisplay
Expand Down

0 comments on commit 5af1b5a

Please sign in to comment.