Fastled Helper
Fastled Helper
Helper providing a set of palettes, working with palettes and additional functions.
Configuration
Configuration
- id (Optional, string): The unique identifier for this instance of the audio engine.
- palettes (Optional, boolean): Enables support for internal color palettes and gradient functions. It activates global variables for tracking and changing palettes dynamically, which is required for palette-based light effects. Defaults to
false. - music_leds (Optional, boolean): Enables support for audio-reactive palettes and musical light effects. It exposes the Fast Fourier Transform (FFT) spectrum interface to handle real-time sound data and equalizer rendering. Requires palettes to be enabled. Defaults to
false.