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

◆ Audio2()

void Audio2 ( )

Definition at line 887 of file funky.cpp.

887 {
888 ReadAudio();
889 for (int i = 0; i < 5; i++) {
890 Line(3 * i, 16 - left[i] / 64, 3 * (i + 1), 16 - left[i + 1] / 64,
891 255 - i * 15);
892 }
893 ShowFrame();
894 HorizontalStream(120);
895}
void ReadAudio()
Definition funky.cpp:270
void HorizontalStream(byte scale)
Definition funky.cpp:460
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 HorizontalStream(), left, Line(), ReadAudio(), and ShowFrame().

+ Here is the call graph for this function: