master
Lukas Schulz 2020-12-20 13:42:58 +01:00
parent 6efad684c1
commit e0bfb814b7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def scrollDownSongInfo(offset_x=0,offset_y=96):
cover_art = get_track()
if (cover_art is None):
return
for i in range(32):
for i in range(33):
song_info_canvas = Image.new('RGB', (192,32), color = 'black')
songinfo = ImageDraw.Draw(song_info_canvas)
songinfo_offset_x = 33