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

◆ loop()

void loop ( )

Definition at line 63 of file ColorPalette.ino.

64{
66
67 static uint8_t startIndex = 0;
68 startIndex = startIndex + 1; /* motion speed */
69
70 FillLEDsFromPaletteColors( startIndex);
71
72 FastLED.show();
73 FastLED.delay(1000 / UPDATES_PER_SECOND);
74}
void ChangePalettePeriodically()
#define UPDATES_PER_SECOND
void FillLEDsFromPaletteColors(uint8_t colorIndex)
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58

References ChangePalettePeriodically(), FastLED, FillLEDsFromPaletteColors(), and UPDATES_PER_SECOND.

+ Here is the call graph for this function: