|
| UICheckbox | autoCycle ("Auto Cycle Effects", true) |
| |
| UICheckbox | autoPalette ("Auto Cycle Palettes", true) |
| |
| UISlider | brightness ("Brightness", 1, 0, 1) |
| |
| RingCoord | calculateRingCoord (int led_index, int num_leds, float time_offset=0.0f) |
| |
| void | draw (uint32_t now) |
| |
| CRGB | drawBinaryPulse (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawCosmicSwirl (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawDigitalRain (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawElectricStorm (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawFireDance (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawGlitchCity (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawLavaLamp (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawNebulaDrift (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| CRGB | drawOceanDepths (const RingCoord &coord, uint32_t time_ms, ColorPaletteManager &palette) |
| |
| uint8_t | getPaletteIndex (const fl::string &name) |
| |
| uint8_t | getVariantIndex (const fl::string &name) |
| |
| void | loop () |
| |
| UIDropdown | palettes ("Color Palettes", palette_names) |
| |
| Pir | pir (PIN_PIR, PIR_LATCH_MS, PIR_RISING_TIME, PIR_FALLING_TIME) |
| |
| UISlider | scale ("Scale", 4,.1, 4,.1) |
| |
| void | setup () |
| |
| UISlider | timeBitshift ("Time Bitshift", 5, 0, 16, 1) |
| |
| UISlider | timescale ("Time Scale", 1,.1, 10,.1) |
| |
| UICheckbox | useDither ("Use Binary Dither", true) |
| |
| NoiseVariantManager | variant_manager (palette_manager) |
| |
| UIDropdown | variants ("Noise Variants", variant_names) |
| |