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

Mention another alternate driver for RGBPanels with Adafruit::GFX support and up to at least 256x256, includes unsupported panels like AB/AC and FM6126A #63

Open marcmerlin opened 4 years ago

marcmerlin commented 4 years ago

https://github.com/adafruit/RGB-matrix-Panel/pull/62 mentions a new driver I just wrote.

http://marc.merlins.org/perso/arduino/post_2020-01-01_Running-FastLED_-Adafruit_GFX_-and-LEDMatrix-code-on-High-Resolution-RGBPanels-with-a-Raspberry-Pi.html explains the new solution in https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix  

This solution allows you to build arduino code so that it works on linux and uses these layers:

board707 commented 2 years ago

please see another Adafruit RGB matrix driver for popular STM32F103 (bluepill) board (Arduino code) It works with HUB12 Monochrome 32x16 panels, with wide spectra of HUB75 RGB displays (many sizes - 32x16, 64x32. 64x64, 80x40, 128x64, differnt scan and connecting schemes, and also support HUB08 two-color panels See https://github.com/board707/DMD_STM32