forgot to show the screen

This commit is contained in:
Rudis Muiznieks 2022-12-28 12:27:37 -06:00
parent 7bd634ee31
commit 1034115090
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 0 deletions

View File

@ -45,3 +45,4 @@ class MusicPlayer:
self._graphics.clear()
self._graphics.rect(0, 0, 128, 64, 1)
self._graphics.text(track_name, 2, 2, 1)
self._graphics.show()