Hi everyone i installed wled on esp32.
I wanted to have this effect but only when turned on.
This is what I would like to accomplish.
I tried to apply the effects but the effect keeps repeating.
I use ws2812b
Can you help me please?
Hi everyone i installed wled on esp32.
I wanted to have this effect but only when turned on.
This is what I would like to accomplish.
I tried to apply the effects but the effect keeps repeating.
I use ws2812b
Can you help me please?
You could create a playlist and have that effect as the first preset. Then you would put a solid effect as the second preset. Next you would have to play with the duration of the first effect in the playlist so that it was timed correctly that all the LEDs were on before transitioning to the second effect. Uncheck the repeat box.
{"playlist":{"ps":[1,2],"dur":[50,50],"transition":[7,7],"repeat":2,"end":0,"r":false},"on":true}
it works but if on the repeat item I insert 0 or uncheck it, always include 2 by default
Furthermore, if I set the playlist on boot, the strip becomes rgb for 1 second and then it runs the playlist
For an example done already for this case look here
For the repeat defaulting to 2 yes I seen that before and it is fixed so make sure you are on latest build from here WLED installation (wled-install.github.io)
Thank you!