yes.
This commit is contained in:
parent
158c6df195
commit
394a273537
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -144,8 +144,8 @@ def scrollDownSongInfo(offset_x=0,offset_y=96):
|
|||
song_info_canvas = Image.new('RGB', (192,32), color = 'black')
|
||||
songinfo = ImageDraw.Draw(song_info_canvas)
|
||||
songinfo_offset_x = 33
|
||||
songinfo.text((songinfo_offset_x,11+i), song_name)
|
||||
songinfo.text((songinfo_offset_x,i), artist_name)
|
||||
songinfo.text((songinfo_offset_x,16+i), song_name)
|
||||
songinfo.text((songinfo_offset_x,5+i), artist_name)
|
||||
song_info_canvas.paste(cover_art,(0,i))
|
||||
showImage(song_info_canvas, offset_x, offset_y)
|
||||
time.sleep(0.001)
|
||||
|
|
Loading…
Reference in a new issue