yes.
This commit is contained in:
parent
47f2ee5ec7
commit
2d3df38540
1 changed files with 1 additions and 1 deletions
2
main.py
2
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')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue