This commit is contained in:
Lukas Schulz 2020-12-20 13:40:20 +01:00
parent 479210214b
commit cd751f6898

View file

@ -135,7 +135,7 @@ def scrollDownSongInfo(offset_x=0,offset_y=96):
songinfo_offset_x = 33 songinfo_offset_x = 33
songinfo.text((songinfo_offset_x,11+i), song_name) songinfo.text((songinfo_offset_x,11+i), song_name)
songinfo.text((songinfo_offset_x,i), artist_name) songinfo.text((songinfo_offset_x,i), artist_name)
showImage(canvas, offset_x, offset_y) showImage(song_info_canvas, offset_x, offset_y)
sleep(0.02) sleep(0.02)