From 19177a14baed3ed322a590538b7eb23e8ae5f7c1 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: Tue, 21 Jan 2025 16:23:15 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.py b/bin/main.py index 735c66d..4d6890b 100644 --- a/bin/main.py +++ b/bin/main.py @@ -142,7 +142,7 @@ def Partial_refresh():#局刷函数 global local_time local_time1=get_time() if (local_time1==local_time) ==False: - draw.rectangle((5, 30, 149, 62), fill = 255) #时间局刷区域 + draw.rectangle((5, 30, 149, 82), fill = 255) #时间局刷区域 draw.text((5,30),local_time1,font = font03,fill =0)#刷新当前时间 local_time=local_time1 Local_strong_brush() #局部强刷