adafruit / Adafruit_Protomatter

RGB matrix library for Arduino
57 stars 20 forks source link

Add MatrixPortal ESP32-S3 support in examples #59

Closed PaintYourDragon closed 1 year ago

PaintYourDragon commented 1 year ago

The animated_gif example currently does NOT compile for ESP32-S3 (works on M4). Issue may be in Adafruit_TinyUSB, as other examples from that library also don’t currently compile for S3. Once that’s sorted out, I expect this will work. Other examples are tested and work on both M4 and ESP32-S3.

PaintYourDragon commented 1 year ago

Plz disregard note about animated_gif not compiling on S3. This was due to bastardized Arduino core install in my system while adding MatrixPortal. Reverting to “proper” Arduino core and compiling for Feather S3 works, plays GIFs on MatrixPortal. This will all self-resolve with ESP32 core release with MatrixPortal included.