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

◆ MSGEQtest8()

void MSGEQtest8 ( )

Definition at line 811 of file funky.cpp.

811 {
813 ReadAudio();
814 for (int i = 0; i < 7; i++) {
815 Pixel(7 - i, 8 - right[i] / 128, i * 10 + osci[1]);
816 }
819 ShowFrame();
820 DimAll(240);
821}
void Caleidoscope2()
Definition funky.cpp:349
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
byte osci[4]
Definition funky.cpp:70
void Caleidoscope5()
Definition funky.cpp:386
void ShowFrame()
Definition funky.cpp:993
void MoveOscillators()
Definition funky.cpp:248

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

+ Here is the call graph for this function: