FastLED-Demos icon indicating copy to clipboard operation
FastLED-Demos copied to clipboard

Here's my updated FastLED demos from January, 2017.

Results 9 FastLED-Demos issues
Sort by recently updated
recently updated
newest added

Hey, do you have add the "fadein" to wled and if yes, what name is it there? Best Regards!

When i try to save the JSbutton it opens and saves as a .ino file and not as a .h file, so the button demo reel doesn't compile because there...

inoise8_fire.ino is not compiling, > Arduino: 1.8.9 (Windows 10), Board: "LOLIN(WEMOS) D1 mini Pro, 160 MHz, Flash, Disabled, 16M (15M SPIFFS), v2 Higher Bandwidth, Disabled, None, Only Sketch, 921600" >...

are there any plans to add the support of http://wiki.openmusiclabs.com/wiki/ArduinoFHT ?

I think it would be handy to have ability to invert logic in jsbutton.h I had to add this line in my project to read button state properly (Arduino Nano)....

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

NEED HELP Can i run "class" code with normal example code. i try but only one of them is running. what should i do please tell me. class example class...

if you move the show call into EVERY_N call output get much more smooth. I guess that the high refresh rate of leds causes the flicker. And as long you...

I think, that is not a perfect logic: if (ranamount >NUM_LEDS) ranamount = NUM_LEDS; // Make sure we're at least utilizing ALL the LED's. int idex = random16(0, ranamount); ```...