Blaž Kristan
Blaž Kristan
The upcoming changes I proposed introduce a asynchronous preset loading which always happens within main loop(). Unfortunately this leads to all sorts of different problems (making some presets with HTTP...
It may not be JSON/HTTP or MQTT compatible but I have implemented (up to 10) custom palettes that can be stored on embedded filesystem and selected at runtime in the...
If you can add instant palette JSON preview and/or palette.json downlad that is already a finished product. @Aircoookie as it uses standard color selection dialog, you can save most often...
I do not know if you noticed but I added up to 10 custom palettes (palette0.json, palette1.json, ...) to 0.14 You can upload palette from JS using /upload endpoint. You...
 They are part of regular palette options, stored on the file system and loaded at boot. 
It may not be *flexible* as in change it on-the-fly to whatever you want, but having 10 user modifiable palettes would solve many requests received so far. As for truly...
With 0.14 you can write a custom effect in a usermod that can handle the palette wrapping on its own (this is why you see purple at the end). You...
How would you handle a situation when all LEDs are lit? They are drawing current from the same source.
You should check with NeoPxelBus for support since WLED uses that to drive LEDs.
@FreezyExp @cnn123666 WLED does not provide a driver for LED chips. It uses NeoPixelBus for that. If you want Gen2 support in WLED please open an issue with NeoPixelBus and...