Leandro Heck

Results 559 comments of Leandro Heck
trafficstars

Sorry I forgot that. Ubuntu 16.06 (gtk+3.0)

OMG, let this issue opened. I am using `numix-gtk-theme` theme, this is why I report the issue here. Common @khurshid-alam "I don't know some stuff then I will close it"...

@khurshid-alam thank you for reopen it. My first post was using `Numix Daily` which I always use. My last post was using with `Numix` (stable). So, lets organize our results....

Actually I made it work with this command (the README.md lacks the `init` and the `render` commands. ```echo "setup 1,8,3;init;rainbow;brightness 1,100;render;" | nc 127.0.0.1 9998```

Here, the example for a loop, that disconnects the client after sending the command. It is working ```bash read -r -d '' cmd

TCP version works better than using file or uname pipe. Thanks for referring me that.

This is still wrong ```sudo ./ws2812svr -tcp``` It should be like this unless you added a default port in the code. ```sudo ./ws2812svr -tcp [PORT]```

I just removed the last part of my command and it looks like it working better Replacing this ``` setup ${led_channel},${led_count},${led_type},${led_invert},${led_brightness},${led_gpio} ``` with this ``` setup ${led_channel},${led_count},${led_type} ```

Sure. I am working on a fork but it was not changed I will check if it is updated with the last version from here. I also saw another issue...