anybody with suggestions how to realize this:
I have a vertical strip with 60 LEDs. The “drip” effect is perfect, but i want to use it as a timer - the bottom leds should fill until the bar is complete filled. I want to use it as a timer.
I think i need some external programs - but i found nothing with those dripping effects. Above that, the time should be adjustable. Anybody with some good ideas how to realize this ?
The dripping animation should interrupt the WLED effect and after completion it should continue. Therefor i think, an external script in python e.g. should be best.
this is a old thread i know, but this is exactly what i am searching for.
I would like to use this bar as battery state. Like 100 LED for 100% charges, and % percent more is a dripping led… that would be awesome.
But i have no clue how to realize it, i think the dripping effect “just” needs to fill the bar.
Maybe someone does have an idea, as this thread is now older but there might be some new stuff i do not see.
That is fairly easy to do , an example to light pixel 0 , 1 and 2 is :
{“seg”:{“i”:[0,“A000EE”,1,“FF0000”,2,“0000FF”]}} , you can also check the link to use a rang of pixels
We have also did few scripts to replace the X variable with the pixels we need to light ( this is simple dos batch file command format to be use in a loop for a timer progress )
{“seg”:{“i”:[%%X,[0000FF]]}
If you start testing then it will all be clear,
[edit ;Just missed the new post about the battery , might be look to modify the new battery usermod ]