Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adafruit/RGB-matrix-Panel
Arduino library and example code for the 16x32 RGB matrix panels in the shop
https://github.com/adafruit/RGB-matrix-Panel
arduino-library
Last synced: 3 months ago
JSON representation
Arduino library and example code for the 16x32 RGB matrix panels in the shop
- Host: GitHub
- URL: https://github.com/adafruit/RGB-matrix-Panel
- Owner: adafruit
- Created: 2011-08-11T22:38:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T15:18:30.000Z (12 months ago)
- Last Synced: 2024-06-30T04:14:50.750Z (4 months ago)
- Topics: arduino-library
- Language: C++
- Homepage: http://www.adafruit.com/products/420
- Size: 272 KB
- Stars: 301
- Watchers: 45
- Forks: 145
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-arduino - RGB-matrix-Panel - Arduino library and example code for the 16x32 RGB matrix panels (Libraries)
- awesome-arduino - RGB-matrix-Panel - Arduino library and example code for the 16x32 RGB matrix panels (Libraries)
README
# Adafruit RGB Matrix Panel library [![Build Status](https://github.com/adafruit/RGB-matrix-Panel/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/RGB-matrix-Panel/actions)
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 redistributionTo download. click the ZIP (download) button, rename the uncompressed folder RGBLEDMatrix.
Check that the RGBmatrixPanel folder contains RGBmatrixPanel.cpp and RGBmatrixPanel.hPlace 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-useIf 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