• Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Arduino Light Animation (ALA) is a library for Arduino boards to simplify the development of light animations using LEDs and LED strips.

ALA

Arduino Light Animation (ALA) is a library for Arduino boards to simplify the development of light animations using LEDs and LED strips.

More details, examples and projects can be found here.

##Features

  • Pure Arduino implementation. No external software is needed on the PC to design and drive light animations.
  • Support for monochrome LED, RGB LED, multiple LEDs and addressable RGB LED strips using PWM output pins, WS2812 RGB LED strips and TLC5940 chips.
  • Lots of cool animations ready to use.
  • Precise timing to allow synching animations to music.
  • No use of delay() to allow to drive multiple channels and lines independently.

##Contributing

If you discover a bug or would like to propose a new feature, please open a new issue.