From 5af1b5a53e05787845f2e9d1fbd4f54e7f2d877c Mon Sep 17 00:00:00 2001 From: funnygeeker Date: Wed, 3 Jan 2024 18:04:35 +0800 Subject: [PATCH] update 2.1.0 beta.1 --- README.ZH-CN.md | 1 - README.md | 1 - main.py | 1 - 3 files changed, 3 deletions(-) diff --git a/README.ZH-CN.md b/README.ZH-CN.md index 902780b..289d038 100644 --- a/README.ZH-CN.md +++ b/README.ZH-CN.md @@ -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 diff --git a/README.md b/README.md index 01779e6..680abec 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/main.py b/main.py index d281eb4..f716417 100644 --- a/main.py +++ b/main.py @@ -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