158 {
159
160
161
163
164
166
167
168 uint32_t now = millis();
169
170
172
173
175
176
177 for (
int i = 0; i <
WIDTH; i++) {
178 for (
int j = 0; j <
HEIGHT; j++) {
179
181
182
183
185
186
187
188
190
191
193 }
194 }
195
196
198}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
TimeWarp timeScale(0, 1.0f)
UISlider speedY("SpeedY", 1.3, 1, 6,.1)
CRGBPalette16 getPalette()
uint8_t getPaletteIndex(uint32_t millis32, int i, int j, uint32_t y_speed)
UISlider brightness("Brightness", 1, 0, 1)
CRGB ColorFromPalette(const CRGBPalette16 &pal, uint8_t index, uint8_t brightness, TBlendType blendType)
Representation of an RGB pixel (Red, Green, Blue)