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

◆ MSGEQtest4()

void MSGEQtest4 ( )

Definition at line 747 of file funky.cpp.

747 {
748 ReadAudio();
749 for (int i = 0; i < 7; i++) {
750 Pixel(7 - i, 8 - right[i] / 128, i * 10);
751 }
753 ShowFrame();
754 DimAll(240);
755}
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
void ShowFrame()
Definition funky.cpp:993

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

+ Here is the call graph for this function: