FastLED 3.9.15
Loading...
Searching...
No Matches

◆ AutoRun()

void AutoRun ( )

Definition at line 575 of file funky.cpp.

575 {
576 /*
577 // all oscillator based:
578 for(int i = 0; i < 300; i++) {Dots1();}
579 for(int i = 0; i < 300; i++) {Dots2();}
580 SlowMandala();
581 SlowMandala2();
582 SlowMandala3();
583 for(int i = 0; i < 300; i++) {Mandala8();}
584
585 // all MSGEQ7 based:
586 for(int i = 0; i < 500; i++) {MSGEQtest();}
587 for(int i = 0; i < 500; i++) {MSGEQtest2();}
588 for(int i = 0; i < 500; i++) {MSGEQtest3();}
589 for(int i = 0; i < 500; i++) {MSGEQtest4();}
590 for(int i = 0; i < 500; i++) {AudioSpiral();}
591 for(int i = 0; i < 500; i++) {MSGEQtest5();}
592 for(int i = 0; i < 500; i++) {MSGEQtest6();}
593 for(int i = 0; i < 500; i++) {MSGEQtest7();}
594 for(int i = 0; i < 500; i++) {MSGEQtest8();}
595 for(int i = 0; i < 500; i++) {MSGEQtest9();}
596 for(int i = 0; i < 500; i++) {CopyTest();}
597 for(int i = 0; i < 500; i++) {Audio1();}
598 for(int i = 0; i < 500; i++) {Audio2();}
599 for(int i = 0; i < 500; i++) {Audio3();}
600 for(int i = 0; i < 500; i++) {Audio4();}
601 for(int i = 0; i < 500; i++) {CaleidoTest1();}
602 for(int i = 0; i < 500; i++) {CaleidoTest2();}
603 for(int i = 0; i < 500; i++) {Audio5();}
604 for(int i = 0; i < 500; i++) {Audio6();}
605
606 for(int i = 0; i < 500; i++) {
607 NoiseExample1();
608 }
609 for(int i = 0; i < 500; i++) {
610 NoiseExample2();
611 }
612 for(int i = 0; i < 500; i++) {
613 NoiseExample3();
614 }
615 //SpeedTest();
616 for(int i = 0; i < 500; i++) {
617 NoiseExample4();
618 }
619 //for(int i = 0; i < 500; i++) {NoiseExample5();}
620 */
621 // NoiseExample6();
622 FASTLED_ASSERT(false, "breakpoint");
624}
void NoiseExample7()
Definition funky.cpp:1258

References NoiseExample7().

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: