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

◆ CaleidoTest2()

void CaleidoTest2 ( )

Definition at line 930 of file funky.cpp.

930 {
932 ReadAudio();
933 for (int i = 0; i < 7; i++) {
934 Line(i, left[i] / 200, i, 0, (left[i] / 16) + 150);
935 }
937 Caleidoscope1(); // mirror + rotate
938 ShowFrame();
939 DimAll(240);
940}
void Caleidoscope1()
Definition funky.cpp:325
void MirrorTriangle()
Definition funky.cpp:512
void ReadAudio()
Definition funky.cpp:270
void DimAll(byte value)
Definition funky.cpp:306
int left[7]
Definition funky.cpp:78
void ShowFrame()
Definition funky.cpp:993
void Line(int x0, int y0, int x1, int y1, byte color)
Definition funky.cpp:213
void MoveOscillators()
Definition funky.cpp:248

References Caleidoscope1(), DimAll(), left, Line(), MirrorTriangle(), MoveOscillators(), ReadAudio(), and ShowFrame().

+ Here is the call graph for this function: