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

◆ CaleidoTest1()

void CaleidoTest1 ( )

Definition at line 919 of file funky.cpp.

919 {
920 ReadAudio();
921 for (int i = 0; i < 7; i++) {
922 Line(i, left[i] / 256, i, 0, left[i] / 32);
923 }
925 Caleidoscope2(); // copy + rotate
926 ShowFrame();
927 DimAll(240);
928}
void Caleidoscope2()
Definition funky.cpp:349
void RotateTriangle()
Definition funky.cpp:503
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

References Caleidoscope2(), DimAll(), left, Line(), ReadAudio(), RotateTriangle(), and ShowFrame().

+ Here is the call graph for this function: