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

◆ CopyTest2()

void CopyTest2 ( )

Definition at line 853 of file funky.cpp.

853 {
854 ReadAudio();
855 for (int i = 0; i < 5; i++) {
856 Line(i * 2, 4 - left[i] / 128, i * 2, 4, i * 10);
857 }
858 Scale(0, 0, 4, 4, 7, 7, 15, 15);
859 ShowFrame();
860 DimAll(200);
861}
void ReadAudio()
Definition funky.cpp:270
void Scale(int x0, int y0, int x1, int y1, int x2, int y2, int x3, int y3)
Definition funky.cpp:865
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 DimAll(), left, Line(), ReadAudio(), Scale(), and ShowFrame().

+ Here is the call graph for this function: