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

◆ SlowMandala()

void SlowMandala ( )

Definition at line 629 of file funky.cpp.

629 {
630 for (int i = 0; i < 16; i++) {
631 for (int j = 0; j < 16; j++) {
632 Pixel(i, j, 1);
633 SpiralStream(4, 4, 4, 127);
635 ShowFrame();
637 }
638 }
639}
void SpiralStream(int x, int y, int r, byte dim)
Definition funky.cpp:436
void Caleidoscope1()
Definition funky.cpp:325
void Pixel(int x, int y, byte color)
Definition funky.cpp:234
void ShowFrame()
Definition funky.cpp:993

References Caleidoscope1(), Pixel(), ShowFrame(), and SpiralStream().

+ Here is the call graph for this function: