atuline / FastLED-Demos

Here's my updated FastLED demos from January, 2017.
GNU General Public License v3.0
611 stars 174 forks source link

Auto Mode Cycle #6

Closed LedArts closed 7 years ago

LedArts commented 7 years ago

hello sir, I need a Function to run all the effects one by one. Like auto mode cycle function.

atuline commented 7 years ago

One method is:

https://github.com/FastLED/FastLED/blob/master/examples/DemoReel100/DemoReel100.ino

Here's a nice modification to the above he did that supports arguments for each demo at:

https://gist.github.com/kriegsman/536dd5f2238413cf0ee2

In my case, I use aalight.ino at:

https://github.com/atuline/FastLED-Demos/tree/master/aalight

Of course, modifying any of these requires that you are already very familiar with Arduino coding.

LedArts commented 7 years ago

thank you sir, i Familiar with C and C++ coding. i don't know how how to modify arduino program. Actually i am confused that in which software arduino program can be modified AVR Studio or Arduino IDE. i want to add more effects of ws2811 led strip.

LedArts commented 7 years ago

i see aalight.ino prgoram and i want to add more effects.