adafruit / Adafruit_Protomatter

RGB matrix library for Arduino
66 stars 23 forks source link

circuitpython / esp32-s3 fixes #47

Closed jepler closed 2 years ago

jepler commented 2 years ago

Eventually this will collect the changes to protomatter needed to bring circuitpython up to date and support esp32-s3. Right now it compiles but doesn't work (various problems not worth detailing).

jepler commented 2 years ago

As of now this doesn't actually need any updates on the circuitpython side, because rgbmatrix was already enabled there, apparently using a GPIO path. I didn't check whether the previous support actually worked.

PaintYourDragon commented 2 years ago

Closing this, re discussion in PR #50. At some point we might want to pause and take inventory of where rgbmatrix should work, and where it actually works, and get these in sync.