-
Is there a way to control the other channel two, three or four Leds individually? lian.zones[0].resize(32) # two fans linked to gether on channel1, 16 leds per fan lian.zones[0].set_color(red) But when I use lian.zones[0].leds[0].set_color(blue) the first led on channel1 flashes blue then turns yellow. lian.zones[1].resize(16) # One fan on channel2 The gui can certainly control the leds individually in the different channels |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
After getting a grip on how openRGB and and this python library work I found that all the LEDs were addressible sequentially but only in the custom, direct or breath modes. I brought one more fan and had a play connecting my cooler fans and header LEDs up to the hub and motherboard. I have included my test script with examples of the different modes for the Hub and motherboard.
|
Beta Was this translation helpful? Give feedback.
-
Here is my Resistor colour code Clock script. very basic but seems to run ok.
|
Beta Was this translation helpful? Give feedback.
After getting a grip on how openRGB and and this python library work I found that all the LEDs were addressible sequentially but only in the custom, direct or breath modes. I brought one more fan and had a play connecting my cooler fans and header LEDs up to the hub and motherboard.
In the end I have 91 Individual addressible LEDs on my Lian Li Hub, and 12 LEDs on the cooler fans running off my motherboard argb connector.
I have included my test script with examples of the different modes for the Hub and motherboard.
Unhash the modes one at a time.
Hope this helps someone.