adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
302 stars 145 forks source link

Runtime Exception with ESP32 #70

Closed ChaseParate closed 2 years ago

ChaseParate commented 2 years ago

Since this error seems to be happening in the RGBmatrixPanel::begin() function, I thought I'd post here for help. I've also created a post on the forums for this issue.

Thanks! Chase

marcmerlin commented 2 years ago

I'm not sure how stable or new the ESP32 code is, but may I recommend this library instead? https://github.com/pixelmatix/SmartMatrix If you want GFX support, you can add https://github.com/marcmerlin/SmartMatrix_GFX

This will also give you 24bppp support

ChaseParate commented 2 years ago

This seems to be some kind of null-pointer exception. The ptr variable in the updateDisplay function is a null-pointer that is trying to be dereferenced.

ladyada commented 2 years ago

https://github.com/adafruit/Adafruit_Protomatter supports ESP32 but not this library