Skip to main content
1 of 2
Anna
  • 163
  • 5

Software/methodology for prototyping LED patterns

Several of my projects go through this time-consuming and tedious phase:

  1. design a LED pattern for WS2812 strips
  2. implement it with e.g. FastLED
  3. write to Arduino
  4. see results
  5. goto step 1

The second step, implementing different ideas in C with FastLED (or similar) takes a lot longer than I'd like it to. How is this step usually solved? Are there higher-level software solutions? Specialised idea-testing hardware?

I'd like to easily try out ideas such as "what if these four LEDs blinked magenta every second, while a gradient was cycling around the gradient over here".

Anna
  • 163
  • 5