/LedEffects

Arduino project on top of FastLED with on-the-fly effect changer.

Primary LanguageC++

LedEffects

This project is an Arduino project on top of FastLED library. With the project you can change effects on-the-fly using serial communication (Arduino serial communicator or Putty). The number of leds can be dynamically updated, no need to recompile the source.

Integrated effects (so far):

  • Single color
  • Easing effect
  • Juggle effect
  • Lightning effect
  • Rainbow effect
  • Ripple effect

After entering a command you can end the command by entering a new line (\n) character or pressing dot (.).

For more information check out FastLED project or for more effects the FastLED-Demos project.