bartoszbielawski / LEDMatrixDriver

A replacement for Arduino's LedControl library
MIT License
75 stars 25 forks source link

LEDMatrixDriver

A replacement for Arduino's LedControl library.

Features

Pin selection

Each segment of the display requires 16 bits and can all be shifted in at once. To make transfers faster we use hardware SPI instead of software.

The pins are therefore fixed:

The user has to select which pin to use for software SS but don't use any of the hardware SPI pins. Please check pin numbers specific for your hardware platform.

Recommended pins for Arduino Uno:

Contributors