You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
scayac 9552918d8d Commit v1 8 months ago
..
Font Builder Commit v1 8 months ago
docs Commit v1 8 months ago
examples Commit v1 8 months ago
media/photo Commit v1 8 months ago
src Commit v1 8 months ago
.gitignore Commit v1 8 months ago
Doxyfile.dox Commit v1 8 months ago
ISSUE_TEMPLATE.md Commit v1 8 months ago
LICENSE Commit v1 8 months ago
PULL_REQUEST.md Commit v1 8 months ago
README.md Commit v1 8 months ago
keywords.txt Commit v1 8 months ago
library.json Commit v1 8 months ago
library.properties Commit v1 8 months ago

README.md

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