This commit is contained in:
Lukas Schulz 2020-12-20 01:04:18 +01:00
parent fa9f0fa3a9
commit 0f57762119

View file

@ -108,7 +108,7 @@ def scrolling_text(text,offset_x=0,offset_y=0):
scrolled_text.text((-i,0), text)
showImage(scrolled_text_canvas, offset_x, offset_y)
time.sleep(1)
print('scrolled '+i)
print('scrolled '+str(i)+' px')