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

◆ MSGEQtest5()

void MSGEQtest5 ( )

Definition at line 775 of file funky.cpp.

775 {
776 ReadAudio();
777 for (int i = 0; i < 7; i++) {
778 Line(2 * i, 16 - left[i] / 64, 2 * i, 15, i * 10);
779 Line(1 + 2 * i, 16 - left[i] / 64, 1 + 2 * i, 15, i * 10);
780 }
781 ShowFrame();
782 SpiralStream(7, 7, 7, 120);
783}
void SpiralStream(int x, int y, int r, byte dim)
Definition funky.cpp:436
void ReadAudio()
Definition funky.cpp:270
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 left, Line(), ReadAudio(), ShowFrame(), and SpiralStream().

+ Here is the call graph for this function: