Blaž Kristan
Blaž Kristan
@DedeHai looks like start offsets are missing. ```c++ strip.setPixelColorXY(start + width() - xX - 1, startY + height() - yY - 1, tmpCol); ```
> we'd need a new "getRenderedPixelColor()" I did implement "raw" get/setPixelColor (in one of my POCs) that did no translations but it proved wrong and there were always ways that...
@DedeHai please merge blending styles branch (to a new branch) to see how different blending affects your new effect.
I used to be a control freak and wanted to control everything from one app/device. Reality is, you can't (unless you are a big fruit company). As @Aircoookie mentioned DDP...
> ...and the classical one: > ### avoid 8bit and 16bit integers for local variables This one is tricky. The code needs not rely on overflows as it does in...
JSON live has been disabled by default in b6.
If you want to use it, custom compile. Otherwise switch to websockects as it is more efficient.
If the JSON live is needed (please get users to upvote this issue) then it can be enabled in release builds. It was omitted in an attempt to reduce binary...
Web UI (including /liveview) uses websockets. Nothing special needed.
No. You have to use websockets in the parent window. UI does that.