Code
Code
// use this constructor for custom pin wiring instead of the default above
// these pins are an example, you may modify this according to your needs
//P3RGB64x32MatrixPanel matrix(25, 26, 27, 21, 22, 23, 15, 32, 33, 12, 16, 17, 18);
void setup() {
matrix.begin();
// whew!
}
void loop() {
matrix.println("LED MATRIX!");
// do nothing
}