master
Lukas Schulz 2020-12-20 13:55:07 +01:00
parent 0ee15b1629
commit 6e7af85276
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ def scrollUpSongInfo(offset_x=0, offset_y=96):
songinfo_offset_x = 33
songinfo.text((songinfo_offset_x,15+(33-i)), song_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)
time.sleep(0.001)
is_scrolling_art = False