Wemos8266RelaysLedDisplay/lib/MD_MAX72XX
Dirk Jahnke c7547144d2 Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
..
Font Builder Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
docs Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
examples Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
media/photo Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
src Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
.gitignore Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
Doxyfile.dox Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
LICENSE Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
README.md Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
keywords.txt Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
library.json Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00
library.properties Made MD* libraries (Parola, MAX72XX) project specific, to be able to use the newest software version from github. 2019-02-01 15:21:58 +01:00

README.md

MAX72xx LED Matrix Display Library

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