From 9d76efe6ee57df810a7545feea52759f35f7bcd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:44:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20clean.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.py b/bin/clean.py index e5c088a..1858bb7 100644 --- a/bin/clean.py +++ b/bin/clean.py @@ -34,7 +34,7 @@ def clear_screen(): epd.Clear(0xFF) # 等待一段时间,确保清除操作完成 - time.sleep(1) + #time.sleep(1) # 将屏幕置于睡眠模式 logging.info("Putting e-Paper display to sleep")