MajicDesigns / MD_MAX72XX

LED Matrix Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAX72xx LED Matrix Display Library

arduino-library-badge

The library implements functions that allow the MAX72xx to be used for LED matrices (64 individual LEDs), allowing the programmer to use the LED matrix as a pixel device, displaying graphics elements much like any other pixel addressable display.

In this scenario, it is convenient to abstract out the concept of the hardware device and create a uniform and consistent pixel address space, with the libraries determining device and device-element address. Similarly, control of the devices is uniform and abstracted to a system level.

The library still retains flexibility for device level control, should the developer require, through the use of overloaded class methods.

If you like and use this library please consider making a small donation using PayPal

Library Documentation

About

LED Matrix Library

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 71.6%Language:C 28.2%Language:Batchfile 0.2%