File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,8 @@ void loop()
252
252
253
253
// FastLED.show();
254
254
// insert a delay to keep the framerate modest
255
- FastLED.delay (1000 / FRAMES_PER_SECOND);
255
+ // FastLED.delay(1000 / FRAMES_PER_SECOND);
256
+ delay (1000 / FRAMES_PER_SECOND);
256
257
}
257
258
258
259
void nextPattern ()
@@ -266,4 +267,3 @@ void nextPalette()
266
267
currentPaletteIndex = (currentPaletteIndex + 1 ) % paletteCount;
267
268
targetPalette = palettes[currentPaletteIndex];
268
269
}
269
-
Original file line number Diff line number Diff line change 23
23
*/
24
24
25
25
#include "palettes.h" ;
26
- #include "twinkleFOX .h"
26
+ #include "twinkleFox .h"
27
27
28
28
void rainbow ()
29
29
{
@@ -283,4 +283,3 @@ PatternAndNameList patterns = {
283
283
};
284
284
285
285
const uint8_t patternCount = ARRAY_SIZE (patterns );
286
-
You can’t perform that action at this time.
0 commit comments