You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.txt
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@ This is an Arduino library for our 16x32 and 32x32 RGB LED matrix panels
2
2
3
3
Pick one up at http://www.adafruit.com/products/420 & http://www.adafruit.com/products/607 !
4
4
5
-
To download. click the DOWNLOADS button in the top bar, rename the uncompressed folder RGBLEDMatrix. Check that the RGBmatrixPanel folder contains RGBmatrixPanel.cpp and RGBmatrixPanel.h
6
5
7
-
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.
6
+
Written by Limor Fried/Ladyada & Phil Burgess/PaintYourDragon for Adafruit Industries.
7
+
BSD license, all text above must be included in any redistribution
8
+
9
+
To download. click the ZIP (download) button, rename the uncompressed folder RGBLEDMatrix.
10
+
Check that the RGBmatrixPanel folder contains RGBmatrixPanel.cpp and RGBmatrixPanel.h
11
+
12
+
Place the RGBmatrixPanel library folder your arduinosketchfolder/libraries/ folder.
13
+
You may need to create the libraries subfolder if its your first library.
14
+
Restart the IDE.
15
+
16
+
17
+
We also have a great tutorial on Arduino library installation at:
0 commit comments