adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.09k stars 1.21k forks source link

Built-In library for Feather M4 CAN missing rgbmatrix module #4590

Closed VPTechOps closed 3 years ago

VPTechOps commented 3 years ago

Firmware

Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit Feather M4 CAN with same51j19a

Code/REPL

import rgbmatrix

Behavior

code.py output: Traceback (most recent call last): File "code.py", line 7, in ImportError: no module named 'rgbmatrix'

Description

I have a Feather M4 CAN that I was trying to connect to a Featherwing RGB Matrix. It appears the "rgbmatrix" module is included in the 6.2.0 release for Feather M4 Express, but not in the build for the Feather M4 CAN. Is it going to be added or is there some issue running the M4 CAN?

Additional Info

VPTechOps commented 3 years ago

You're awesome. Tested and working great. Thanks!