Blaž Kristan
Blaž Kristan
Have you checked how your segments are set up?
One segment or many it may not matter, but how many LEDs are in (each) segment is important. You may have 445 LEDs set up in LED settings, but have...
Check what is saved in your preset.
When you are presented with preset save dialog it has an option for "Save segment bounds". If you uncheck it segment size (start and stop) is not saved into preset....
This might be easy to implement by enhancements included in #2610
In 0.14 it is possible to add extra info to effect data opening a possibility to group effects.
Currently there is no standard way to assign the same I2C pins to multiple usermods. If this is implemented in core WLED then all usermods could request access to system...
The idea behind global allocation of I2C (or SPI in the future) would be something like: - get I2C pins from config (cfg.cpp) - allocate pins using PinManager (cfg.cpp; PinOwner::HW_I2C)...
You can always just override HW_PIN_SDA (and SCL) so it will think those are HW pins.
ATM yes. But that is easy to fix. Isn't it? 😉