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

Please Mention SmartMatrix::GFX as an alternate library for faster CPUs/higher res panels #49

Closed marcmerlin closed 5 years ago

marcmerlin commented 5 years ago

Please mention this alternate library which supports your ESP32 chips: https://www.adafruit.com/product/3405

and your 64x64 panel which you state requires a rPi: https://www.adafruit.com/product/3649

It also solves the issue of chained panels which aren't supported by this lib either. PR: https://github.com/adafruit/RGB-matrix-Panel/pull/48

GFX compat library: https://github.com/marcmerlin/SmartMatrix_GFX SmartMatrix: https://github.com/pixelmatix/SmartMatrix Example code that becomes compatible with RGB Panels, whether it was written for Adafruit::GFX, FastLED, or LEDMatrix: https://github.com/marcmerlin/FastLED_NeoMatrix_SmartMatrix_LEDMatrix_GFX_Demos/

ladyada commented 5 years ago

thanks for the PR - i blieve this is done - reopen or send another PR if not :)