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

◆ Audio5()

void Audio5 ( )

Definition at line 942 of file funky.cpp.

942 {
943 ReadAudio();
944 for (int i = 0; i < 5; i++) {
945 Line(3 * i, 8 - left[i] / 128, // from
946 3 * (i + 1), 8 - left[i + 1] / 128, // to
947 i * 30);
948 } // color
950 ShowFrame();
951 DimAll(9);
952}
void ReadAudio()
Definition funky.cpp:270
void Caleidoscope4()
Definition funky.cpp:373
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 Caleidoscope4(), DimAll(), left, Line(), ReadAudio(), and ShowFrame().

+ Here is the call graph for this function: