salami738
salami738
For reference: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1840474
Hi, I have a similar problem: https://github.com/TheAssassin/AppImageLauncher/issues/285
Hi, is there an update on this?
The library works perfectly with RBG, but you cant set it, you have to overwrite the function Adafruit_WS2801.RGB_to_color with: ``` def RGB_to_color(r,g,b): # reversed order for rbg strips return Adafruit_WS2801.RGB_to_color(r,b,g)...
It works now. Ticket can be closed.