#103 8x8 LED Matrix LedControl
Test driving and LED matrix with the LedControl library
Here’s a demo of the matrix in action:
Notes
This is a test of the LedControl library to drive a 1088AS LED matrix with a MAX7219 Serial-Interfaced LED Display Driver chip.
See the MaxRawDemo project for details of the hardware and setup, and a test of driving the hardware directly with SPI.
Construction
Credits and References
- LED Matrix kit for sale on aliexpress
- LedControl library at GitHub
- LedControl Overview on the arduino playground
- MAX7219 datasheet
- 1088AS datasheet
- MAX72XX Hardware page on the Arduino playground
- Lab 15: scrolling test message on an LED dot-matrix display