You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated to the recent CircuitPython and libraries and now I am getting the following error.
SD card found
Traceback (most recent call last):
File "code.py", line 18, in
File "adafruit_pyoa.py", line 108, in init
NameError: name 'CursorManager' is not defined
Code done running.
Libraries were updated using the circup tool. Below is the boot_out.txt
Adafruit CircuitPython 7.3.1 on 2022-06-22; Adafruit PyGamer with samd51j19
Board ID:pygamer
The text was updated successfully, but these errors were encountered:
Looks like the installation files are missing adafruit-circuitpython-cursorcontrol, PR #37 fixes it! In the meantime, make sure the cursor control library is on your board!
I updated to the recent CircuitPython and libraries and now I am getting the following error.
SD card found
Traceback (most recent call last):
File "code.py", line 18, in
File "adafruit_pyoa.py", line 108, in init
NameError: name 'CursorManager' is not defined
Code done running.
Libraries were updated using the circup tool. Below is the boot_out.txt
Adafruit CircuitPython 7.3.1 on 2022-06-22; Adafruit PyGamer with samd51j19
Board ID:pygamer
The text was updated successfully, but these errors were encountered: