yes.
This commit is contained in:
parent
0ee15b1629
commit
6e7af85276
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -162,7 +162,7 @@ def scrollUpSongInfo(offset_x=0, offset_y=96):
|
||||||
songinfo_offset_x = 33
|
songinfo_offset_x = 33
|
||||||
songinfo.text((songinfo_offset_x,15+(33-i)), song_name)
|
songinfo.text((songinfo_offset_x,15+(33-i)), song_name)
|
||||||
songinfo.text((songinfo_offset_x,4+(33-i)), artist_name)
|
songinfo.text((songinfo_offset_x,4+(33-i)), artist_name)
|
||||||
song_info_canvas.paste(cover_art,(0,(33-i)))
|
song_info_canvas.paste(cover_art,(0,(32-i)))
|
||||||
showImage(song_info_canvas, offset_x, offset_y)
|
showImage(song_info_canvas, offset_x, offset_y)
|
||||||
time.sleep(0.001)
|
time.sleep(0.001)
|
||||||
is_scrolling_art = False
|
is_scrolling_art = False
|
||||||
|
|
Loading…
Reference in a new issue