-
Notifications
You must be signed in to change notification settings - Fork 791
Closed
Labels
Description
CircuitPython version and board name
Adafruit CircuitPython 9.2.8 on PyGamer.
Code/REPL
self.pbar = ProgressBar(0, 0, board.DISPLAY.width,
self.glyph_height*2, bar_color=0x0000ff,
outline_color=0x333333, stroke=1)
Behavior
code.py output:
Traceback (most recent call last):
File "code.py", line 295, in <module>
File "code.py", line 79, in __init__
TypeError: 'module' object is not callable
Code done running.
Description
This occurs with a fresh install of JEPlayer on PyGamer using either 9.28 or 10.0 versions of Circuitpython.
Additional information
No response