We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bc36b commit e2cd541Copy full SHA for e2cd541
CircuitPython_JEplayer_mp3/code.py
@@ -83,6 +83,8 @@ def __init__(self):
83
self.label.y = 6
84
self._bitmap_filename = None
85
self._fallback_bitmap = ["/rsrc/background.bmp"]
86
+ self._rms = 0.
87
+ self._text = ""
88
self.set_bitmap([]) # Must be first!
89
self.group.append(self.pbar)
90
self.group.append(self.label)
0 commit comments