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

◆ MSGEQtest()

void MSGEQtest ( )

Definition at line 703 of file funky.cpp.

703 {
704 ReadAudio();
705 for (int i = 0; i < 7; i++) {
706 Pixel(i, 16 - left[i] / 64, left[i] / 4);
707 }
708 for (int i = 0; i < 7; i++) {
709 Pixel(8 + i, 16 - right[i] / 64, right[i] / 4);
710 }
711 ShowFrame();
712 VerticalStream(120);
713}
int right[7]
Definition funky.cpp:79
void ReadAudio()
Definition funky.cpp:270
void Pixel(int x, int y, byte color)
Definition funky.cpp:234
int left[7]
Definition funky.cpp:78
void ShowFrame()
Definition funky.cpp:993
void VerticalStream(byte scale)
Definition funky.cpp:472

References left, Pixel(), ReadAudio(), right, ShowFrame(), and VerticalStream().

+ Here is the call graph for this function: