FastLED-Patterns
FastLED-Patterns copied to clipboard
Repeating sequence of color patterns as examples for using FastLED with a strand of LEDs, like the Adafruit Neopixels.
Link: https://wokwi.com/arduino/projects/292393400474272264 I will be glad to create a PR to update the ReadMe file with this permanent link. Please let me know if this helps your readers. If you...
Hi, Loved this example -- is there any chance you could update this to use a set of defined patterns, like what Radioshack did with their TM1803? I'd just need...
there is a bug in: for (int q=0; q < 3; q++) { for (int i=0; i < NUM_LEDS; i=i+3) { int pos = i+q; leds[pos] = c; if NUM_LEDS...