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

◆ loop()

void loop ( )

Definition at line 65 of file ColorPalette.ino.

66{
68
69 static uint8_t startIndex = 0;
70 startIndex = startIndex + 1; /* motion speed */
71
72 FillLEDsFromPaletteColors( startIndex);
73
74 FastLED.show();
75 FastLED.delay(1000 / UPDATES_PER_SECOND);
76}
void ChangePalettePeriodically()
#define UPDATES_PER_SECOND
void FillLEDsFromPaletteColors(uint8_t colorIndex)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
unsigned char uint8_t
Definition s16x16x4.h:209

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

+ Here is the call graph for this function: