Skip to content
Aaron Groom edited this page Sep 17, 2015 · 8 revisions

Welcome to the LedMatrixSPI wiki!

An Arduino library for controlling multiple 8x8 LED displays in a matrix style format using the MAX7219/7221 display drivers. It does not support 7-segment displays.

The two libraries are identical except that LedMatrix uses a software SPI implementation and LedMatrixSPI uses a hardware SPI implementation. The software version was initially written, but the refresh rates were not sufficient for a large number of displays, so a second hardware SPI version was written. The only advantage of using LedMatrix is you do not have to use the dedicated SPI pins.

Clone this wiki locally