From 6e7af85276fcce8bc84d264c41e933c11ae0c84c Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 13:55:07 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a8a3f10..f34cb09 100644 --- a/main.py +++ b/main.py @@ -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