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

◆ setup()

void setup ( )

Definition at line 67 of file PJRCSpectrumAnalyzer.h.

67 {
68 // the audio library needs to be given memory to start working
69 AudioMemory(12);
70
71 // compute the vertical thresholds before starting
73
74 // turn on the display
76}
CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
@ OCTOWS2811
Definition FastLED.h:139
const unsigned int matrix_height
const unsigned int matrix_width
void computeVerticalLevels()

References computeVerticalLevels(), FastLED, leds, matrix_height, matrix_width, and OCTOWS2811.

+ Here is the call graph for this function: