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

◆ Dots2()

void Dots2 ( )

Definition at line 655 of file funky.cpp.

655 {
657 Pixel((p[2] + p[0] + p[1]) / 3, (p[1] + p[3] + p[2]) / 3, osci[3]);
658 ShowFrame();
659 // FastLED.delay(20);
660 HorizontalStream(125);
661}
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 ShowFrame()
Definition funky.cpp:993
void MoveOscillators()
Definition funky.cpp:248
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:30

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

+ Here is the call graph for this function: