Blaž Kristan

Results 1521 comments of Blaž Kristan

> adding some javascript/css CSS: `text-overflow:ellipsis;` See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/text-overflow > collapsible blocks would require quite a bit of HTML/CSS/JS Not really, just a class toggle. I.e. `element.classList.toggle("hide");` CSS does the rest....

Tagging @ajotanc as he is the author of PixelMagic tool.

If there is no response from @ajotanc I will be removing PixelMagic from default builds of WLED.

How many times do you change LED count? Sorry, but backburner.

Have you checked different NPB versions?

That was just a merge of main branch to make it compatible for the opposite direction merge later on. That did not bring anything bus related back into 0_15.

> * LEDs (adressable ones) will go full brightness That's because NPB is reinitialized. Perhaps all it needs is `strip.setBrightness(bri);`

Thanks. Actually I am revisiting *all* effects to reduce the code and increase speed and one of the optimisations is the use of `unsigned` and `int` instead of 8 or...