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

◆ MSGEQtest7()

void MSGEQtest7 ( )

Definition at line 798 of file funky.cpp.

798 {
800 ReadAudio();
801 for (int i = 0; i < 7; i++) {
802 Pixel(7 - i, 8 - right[i] / 128, i * 10 + right[1] / 8);
803 }
806 ShowFrame();
807 DimAll(240);
808}
void Caleidoscope1()
Definition funky.cpp:325
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
void DimAll(byte value)
Definition funky.cpp:306
void Caleidoscope5()
Definition funky.cpp:386
void ShowFrame()
Definition funky.cpp:993
void MoveOscillators()
Definition funky.cpp:248

References Caleidoscope1(), Caleidoscope5(), DimAll(), MoveOscillators(), Pixel(), ReadAudio(), right, and ShowFrame().

+ Here is the call graph for this function: