forgot to show the screen
This commit is contained in:
parent
7bd634ee31
commit
1034115090
|
@ -45,3 +45,4 @@ class MusicPlayer:
|
||||||
self._graphics.clear()
|
self._graphics.clear()
|
||||||
self._graphics.rect(0, 0, 128, 64, 1)
|
self._graphics.rect(0, 0, 128, 64, 1)
|
||||||
self._graphics.text(track_name, 2, 2, 1)
|
self._graphics.text(track_name, 2, 2, 1)
|
||||||
|
self._graphics.show()
|
||||||
|
|
Reference in New Issue