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

◆ CopyTest()

void CopyTest ( )

Definition at line 838 of file funky.cpp.

838 {
839 ReadAudio();
840 for (int i = 0; i < 5; i++) {
841 Line(i, 4 - left[i] / 256, i, 4, i * 10);
842 }
843 Copy(0, 0, 4, 4, 5, 0);
844 Copy(0, 0, 4, 4, 10, 0);
845 Copy(0, 0, 14, 4, 0, 5);
846 Copy(0, 0, 14, 4, 0, 10);
847 ShowFrame();
848 DimAll(200);
849}
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 Copy(byte x0, byte y0, byte x1, byte y1, byte x2, byte y2)
Definition funky.cpp:494

References Copy(), DimAll(), left, Line(), ReadAudio(), and ShowFrame().

+ Here is the call graph for this function: