Awesome sketch hans! Was looking for the better part of a day for something EXACTLY like this to run my LEDs for my Christmas lights. I'm a total newbie when it comes to sketches but I have managed to figure out how to change colors and re-arrange the effects for a pretty cool display. So far I've got
"CylonBounce(0xff, 0, 0, 4, 10, 50); //red
colorWipe(0xff,0,0, 50); //red
RunningLights(0xff,0,0, 50); // red
CylonBounce(0xff, 0, 0, 4, 10, 50); //red
CylonBounce(0x00,0x80,0x00, 4, 10, 50); //green
colorWipe(0x00,0x80,0x00, 50); //green
RunningLights(0x00,0x80,0x00, 50); //green
CylonBounce(0x00,0x80,0x00, 4, 10, 50); //green
CylonBounce(0xff,0xff,0xff, 4, 10, 50); //white
colorWipe(0xff,0xff,0xff, 25); // white
RunningLights(0xff,0xff,0xff, 50); // white
CylonBounce(0xff,0xff,0xff, 4, 10, 50); //white "
But I've run into a couple of problems with some effects.
Twinkle, Sparkle and SnowSparkle only last for a second before it switches to the next effect. Is there a way to make it pause on those effects for say a minute or so?
Also if I use the bouncing balls effect (which looks awesome with red, green and white) it gets stuck there and never loops again.
Any help or if you could just point me in the right direction would be greatly appreciated.