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

◆ Audio6()

void Audio6 ( )

Definition at line 954 of file funky.cpp.

954 {
955 ReadAudio();
956 for (int i = 0; i < 5; i++) {
957 Line(3 * i, 8 - left[i] / 128, // from
958 3 * (i + 1), 8 - left[i + 1] / 128, // to
959 i * 10); // lolor
960 Line(15 - (3 * i), 7 + left[i] / 128, // from
961 15 - (3 * (i + 1)), 7 + left[i + 1] / 128, // to
962 i * 10); // color
963 }
964 ShowFrame();
965 DimAll(200);
966 // ClearAll();
967}
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 DimAll(), left, Line(), ReadAudio(), and ShowFrame().

+ Here is the call graph for this function: