From 2d3df3854035f0afd3cc0609981a611be9bca188 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 01:05:25 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f6309c7..6381129 100644 --- a/main.py +++ b/main.py @@ -107,7 +107,7 @@ def scrolling_text(text,offset_x=0,offset_y=0): scrolled_text = ImageDraw.Draw(scrolled_text_canvas) scrolled_text.text((-i,0), text) showImage(scrolled_text_canvas, offset_x, offset_y) - time.sleep(1) + time.sleep(0.1) print('scrolled '+str(i)+' px')