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

◆ Audio1()

void Audio1 ( )

Definition at line 875 of file funky.cpp.

875 {
876 ReadAudio();
877 for (int i = 0; i < 5; i++) {
878 Line(3 * i, 16 - left[i] / 64, 3 * (i + 1), 16 - left[i + 1] / 64,
879 255 - i * 15);
880 }
882 ShowFrame();
883 DimAll(10);
884}
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: