754 {
755
759
765 }
766 }
767 }
768
769
770
773
774
780
784 } else {
786 }
787
788
789
790
791
792
794
796
797
798
801}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
fl::UICheckbox allWhite("All White", false)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::UIDropdown renderModeDropdown("Render Mode", renderModeOptions)
FL_OPTIMIZATION_LEVEL_O0_BEGIN float get_position(uint32_t now)
void drawWave(uint32_t now)
fl::shared_ptr< fl::Grid< fl::CRGB > > frameBufferPtr
void drawNoise(uint32_t now)
void drawAnimartrix(uint32_t now)
void drawFire(uint32_t now)
fl::UICheckbox splatRendering("Splat Rendering", true)
fl::Corkscrew corkscrew(CORKSCREW_TURNS, NUM_LEDS)
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Representation of an 8-bit RGB pixel (Red, Green, Blue)