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

◆ setup()

void setup ( )

Definition at line 65 of file PJRCSpectrumAnalyzer.ino.

65 {
66 // the audio library needs to be given memory to start working
67 AudioMemory(12);
68
69 // compute the vertical thresholds before starting
71
72 // turn on the display
74}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
@ OCTOWS2811
Definition FastLED.h:119
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: