From 5a1cea1cc4395c6b4e1aa1cfef2ce5955632243e Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 00:59:02 +0100 Subject: [PATCH] yes. --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 9a23c35..954770e 100644 --- a/main.py +++ b/main.py @@ -104,6 +104,8 @@ def scrolling_text(text,offset_x=0,offset_y=0): scrolled_text = ImageDraw.Draw(scrolled_text) scrolled_text.text((-i,0), text) showImage(scrolled_text_canvas, offset_x, offset_y) + time.sleep(1) + print('scrolled '+i)