lyric update

This commit is contained in:
2024-01-12 21:39:11 +01:00
parent 60c86d5ce8
commit 2b77fd723c
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ try:
time_draw.text((100+x, 5), lyric, font = font15, fill = 0)
epd.displayPartial(epd.getbuffer(time_image))
epd.displayPartial(epd.getbuffer(time_image))
time.sleep(50)
time.sleep(30)
except IOError as e:
logging.info(e)
except KeyboardInterrupt: