An Arduino library for controlling a canvas of sets of 8x8 LEDs driven by MAX7219 or MAX7221 controllers. Kits sold for below 10 USD.
This is a plugin for Adafruit's core graphics library GFX, providing basic graphics primitives (points, lines, circles, characters, etc.). So besides this library, you need to download and install Adafruit_GFX, dated Jul 5th, 2013 or more recent.
Written by Mark Ruys, mark@paracas.nl, 2013.
Place the Max72xxPanel and Adafruit_GFX library folders in your <arduinosketchfolder>/libraries/
folder. You may need to create the libraries
subfolder if its your first library. Restart the Arduino IDE.
Read overview for instructions how to use Adafruit_GFX. Check out our examples to get some inspiration. Note that to update your displays, you need to explicitely call write().
At YouTube, you'll find a ticker tape and snake demo.