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

◆ MSGEQtest2()

void MSGEQtest2 ( )

Definition at line 716 of file funky.cpp.

716 {
717 ReadAudio();
718 if (left[0] > 500) {
719 Pixel(0, 0, 1);
720 Pixel(1, 1, 1);
721 }
722 if (left[2] > 200) {
723 Pixel(2, 2, 100);
724 }
725 if (left[6] > 200) {
726 Pixel(5, 0, 200);
727 }
728 SpiralStream(4, 4, 4, 127);
730 ShowFrame();
731}
void SpiralStream(int x, int y, int r, byte dim)
Definition funky.cpp:436
void Caleidoscope1()
Definition funky.cpp:325
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

References Caleidoscope1(), left, Pixel(), ReadAudio(), ShowFrame(), and SpiralStream().

+ Here is the call graph for this function: