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

◆ Mandala8()

void Mandala8 ( )

Definition at line 692 of file funky.cpp.

692 {
694 Pixel(p[0] / 2, p[1] / 2, osci[2]);
695 Pixel(p[2] / 2, p[3] / 2, osci[3]);
698 HorizontalStream(110);
699 ShowFrame();
700}
void Caleidoscope2()
Definition funky.cpp:349
void HorizontalStream(byte scale)
Definition funky.cpp:460
void Pixel(int x, int y, byte color)
Definition funky.cpp:234
byte osci[4]
Definition funky.cpp:70
void Caleidoscope5()
Definition funky.cpp:386
void ShowFrame()
Definition funky.cpp:993
void MoveOscillators()
Definition funky.cpp:248
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:30

References Caleidoscope2(), Caleidoscope5(), HorizontalStream(), MoveOscillators(), osci, p, Pixel(), and ShowFrame().

+ Here is the call graph for this function: