yes.
This commit is contained in:
parent
cd751f6898
commit
bd9d58c9da
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -136,7 +136,7 @@ def scrollDownSongInfo(offset_x=0,offset_y=96):
|
|||
songinfo.text((songinfo_offset_x,11+i), song_name)
|
||||
songinfo.text((songinfo_offset_x,i), artist_name)
|
||||
showImage(song_info_canvas, offset_x, offset_y)
|
||||
sleep(0.02)
|
||||
time.sleep(0.02)
|
||||
|
||||
|
||||
def scrolling_text(text,offset_x=0,offset_y=0):
|
||||
|
|
Loading…
Reference in a new issue