Comments: SparkFun LED Array (8x7) Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
I'm getting an error compiling this for my redboard. I got newest arduino IDE and have the library. Getting bare minimum error message so not sure what's going on. Any ideas?
Which Arduino board are you using? The library is written for the ATmega328p and should not compile for other processors. I also recommend turning on verbose compiling in the Arduino IDE to see what's going on.
Will this work with the Photon?
The LED array should have no problems working with the Photon. However, the library is written for the ATmega328p. You would have to port it to Photon code if you wish to use the library functions.