balbinus / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop

Home Page:http://www.adafruit.com/products/420

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an Arduino library for our 16x32 and 32x32 RGB LED matrix panels

Pick one up at http://www.adafruit.com/products/420 & http://www.adafruit.com/products/607 !


Written by Limor Fried/Ladyada & Phil Burgess/PaintYourDragon for Adafruit Industries.  
BSD license, all text above must be included in any redistribution

To download. click the ZIP (download) button, rename the uncompressed folder RGBLEDMatrix. 
Check that the RGBmatrixPanel folder contains RGBmatrixPanel.cpp and RGBmatrixPanel.h

Place the RGBmatrixPanel library folder your arduinosketchfolder/libraries/ folder. 
You may need to create the libraries subfolder if its your first library. 
Restart the IDE.

We also have a great tutorial on Arduino library installation at:
http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use

If you need support for RGB888 (24bpp) and need to/can run on Teensy 3.1/3.2/3.5/3.6 or 
ESP32 chips (not supported by RGB-matrix-Panel), please look at
https://github.com/marcmerlin/SmartMatrix_GFX which offers a GFX compatibility layer on
top of https://github.com/pixelmatix/SmartMatrix

About

Arduino library and example code for the 16x32 RGB matrix panels in the shop

http://www.adafruit.com/products/420


Languages

Language:C++ 92.5%Language:C 7.5%