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

◆ SlowMandala2()

void SlowMandala2 ( )

Definition at line 664 of file funky.cpp.

664 {
665 for (int i = 1; i < 8; i++) {
666 for (int j = 0; j < 16; j++) {
668 Pixel(j, i, (osci[0] + osci[1]) / 2);
669 SpiralStream(4, 4, 4, 127);
671 ShowFrame();
672 // FastLED.delay(20);
673 }
674 }
675}
void Caleidoscope2()
Definition funky.cpp:349
void SpiralStream(int x, int y, int r, byte dim)
Definition funky.cpp:436
void Pixel(int x, int y, byte color)
Definition funky.cpp:234
byte osci[4]
Definition funky.cpp:70
void ShowFrame()
Definition funky.cpp:993
void MoveOscillators()
Definition funky.cpp:248

References Caleidoscope2(), MoveOscillators(), osci, Pixel(), ShowFrame(), and SpiralStream().

+ Here is the call graph for this function: