yes.
This commit is contained in:
parent
3291a53eeb
commit
085b4b9520
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -132,7 +132,7 @@ def drawCanvas():
|
||||||
|
|
||||||
showImage(canvas)
|
showImage(canvas)
|
||||||
|
|
||||||
def scrollDownSongInfo(offset_x=0,offset_y=96, song_name=song_name, artist_name=artist_name, cover_art=get_track()):
|
def scrollDownSongInfo(offset_x=0,offset_y=96, song_name=song_name, artist_name=artist_name, cover_art=last_cover_art):
|
||||||
global is_scrolling_art
|
global is_scrolling_art
|
||||||
#cover_art = get_track()
|
#cover_art = get_track()
|
||||||
if (cover_art is None):
|
if (cover_art is None):
|
||||||
|
@ -148,7 +148,7 @@ def scrollDownSongInfo(offset_x=0,offset_y=96, song_name=song_name, artist_name=
|
||||||
time.sleep(0.001)
|
time.sleep(0.001)
|
||||||
is_scrolling_art = False
|
is_scrolling_art = False
|
||||||
|
|
||||||
def scrollUpSongInfo(offset_x=0, offset_y=96, song_name=song_name, artist_name=artist_name, cover_art=get_track()):
|
def scrollUpSongInfo(offset_x=0, offset_y=96, song_name=song_name, artist_name=artist_name, cover_art=last_cover_art):
|
||||||
global is_scrolling_art
|
global is_scrolling_art
|
||||||
#cover_art = get_track()
|
#cover_art = get_track()
|
||||||
if (cover_art is None):
|
if (cover_art is None):
|
||||||
|
|
Loading…
Reference in a new issue