MajicDesigns / MD_Parola

Library for modular scrolling LED matrix text displays
GNU Lesser General Public License v2.1
428 stars 135 forks source link
arduino arduino-library led led-matrix library matrices max7219 max7221 parola scrolling

Library for modular scrolling LED matrix text displays

arduino-library-badge

Version 1.0 Video

Version 2.0 Video

Sprites Animation Video

Library Documentation

Parola is a modular scrolling text display using MAX7219 or MAX7221 LED matrix display controllers using Arduino. The display is made up of any number of identical modules that are plugged together to create a wider/longer display.

The aim was to create a 'lego-like' LED matrix display, using standard 8x8 LED matrices. The software supports this flexibility through a scalable approach that only requires the definition of the number of modules to adapt existing software to a new configuration.

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

The Parola software has a dependency on the MD_MAX72xx Arduino library which implements hardware functions of the LED matrix. The sketched need to be configured for the type of matrices being used - please refer to the hardware section of documentation for the MD_MAX72xx library.

Parola discussion on the Arduino forum and kits available from ElectroDragon.

Additional information also at my blog, search "Parola A to Z".