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

◆ loop()

void loop ( )

Definition at line 182 of file NoisePlusPalette.ino.

182 {
183 // Periodically choose a new palette, speed, and scale
185
186 // generate noise data
187 fillnoise8();
188
189 // convert the noise data to colors in the LED array
190 // using the current palette
192
193 FastLED.show();
194 // delay(10);
195}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
void fillnoise8()
Definition Noise.ino:94
void mapNoiseToLEDsUsingPalette()
void ChangePaletteAndSettingsPeriodically()

References ChangePaletteAndSettingsPeriodically(), FastLED, fillnoise8(), and mapNoiseToLEDsUsingPalette().

+ Here is the call graph for this function: