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 2abdebd commit d085703Copy full SHA for d085703
CircuitPython_JEplayer_mp3/code.py
@@ -72,7 +72,7 @@ def __init__(self):
72
self.group = displayio.Group(max_size=4)
73
self.glyph_width, self.glyph_height = font.get_bounding_box()[:2]
74
self.pbar = ProgressBar(0, 0, board.DISPLAY.width,
75
- self.glyph_height, bar_color=0x0000ff,
+ self.glyph_height*2, bar_color=0x0000ff,
76
outline_color=0x333333, stroke=1)
77
self.iconbar = icons.IconBar()
78
self.iconbar.group.y = 112
0 commit comments