salami738

Results 7 comments of 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

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.