All Projects → MajicDesigns → Md_parola

MajicDesigns / Md_parola

Licence: lgpl-2.1
Library for modular scrolling LED matrix text displays

Projects that are alternatives of or similar to Md parola

Md max72xx
LED Matrix Library
Stars: ✭ 186 (-34.04%)
Mutual labels:  arduino, led, library, arduino-library, scrolling
Lpd8806
Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)
Stars: ✭ 207 (-26.6%)
Mutual labels:  arduino, led, library, arduino-library
Adafruit Pwm Servo Driver Library
Adafruit PWM Servo Driver Library
Stars: ✭ 300 (+6.38%)
Mutual labels:  arduino, library, arduino-library
Arduinoxinput
XInput library for USB capable Arduino boards
Stars: ✭ 126 (-55.32%)
Mutual labels:  arduino, library, arduino-library
Control Surface
Arduino library for creating MIDI controllers and other MIDI devices.
Stars: ✭ 377 (+33.69%)
Mutual labels:  arduino, led, arduino-library
Ws2812fx
WS2812 FX Library for Arduino and ESP8266
Stars: ✭ 1,113 (+294.68%)
Mutual labels:  arduino, led, arduino-library
Dmxusb
DMXUSB emulates an ENTTEC-compatible DMXKing USB to DMX serial device with one, two, or n universes.
Stars: ✭ 66 (-76.6%)
Mutual labels:  arduino, library, arduino-library
Adafruit ina219
INA219 Current Sensor
Stars: ✭ 129 (-54.26%)
Mutual labels:  arduino, library, arduino-library
Dmxserial
An Arduino library for sending and receiving DMX packets.
Stars: ✭ 190 (-32.62%)
Mutual labels:  arduino, arduino-library
Teensystep
Fast Stepper Motor Library for Teensy boards
Stars: ✭ 191 (-32.27%)
Mutual labels:  arduino, arduino-library
Jled
Non-blocking LED controlling library for Arduino and friends.
Stars: ✭ 197 (-30.14%)
Mutual labels:  arduino, led
Easybutton
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Stars: ✭ 187 (-33.69%)
Mutual labels:  arduino, arduino-library
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (-28.37%)
Mutual labels:  arduino, arduino-library
Timezone
Arduino library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.
Stars: ✭ 205 (-27.3%)
Mutual labels:  arduino, arduino-library
Adafruit Fingerprint Sensor Library
Arduino library for interfacing to the fingerprint sensor in the Adafruit shop
Stars: ✭ 273 (-3.19%)
Mutual labels:  arduino, library
Radio
An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
Stars: ✭ 193 (-31.56%)
Mutual labels:  arduino, arduino-library
Duetimer
⏳ Timer Library fully implemented for Arduino DUE
Stars: ✭ 184 (-34.75%)
Mutual labels:  arduino, arduino-library
Corsairlightingprotocol
Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.
Stars: ✭ 182 (-35.46%)
Mutual labels:  arduino, arduino-library
Helios
The free embedded operating system.
Stars: ✭ 223 (-20.92%)
Mutual labels:  arduino, arduino-library
Arduino Tvout
Arduino-TVout
Stars: ✭ 216 (-23.4%)
Mutual labels:  arduino, arduino-library

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.

  • Text left, right or center justification in the display
  • Text scrolling, entry and exit effects
  • Control display parameters and animation speed
  • Support for hardware SPI interface
  • Multiple virtual displays (zones) in each string of LED modules
  • User defined fonts and/or individual characters substitutions
  • Support for double height displays
  • Support for mixing text and graphics on the same 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 library needs 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".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].