Paul-Chaffey
Paul-Chaffey
Some extra info: Found `Nuvoton NCT6797D Super IO Sensors' Success! (address 0xa20, driver `nct6775')
OK some more info: The bitstream seems to be inverted... sudo ./target/release/msi-rgb FFFFFFFF 00000000 FFFFFFFF produces some pulses of Green and White. I guess the registers are inverted including the...
yes and this works fine, so: sudo ./target/release/msi-rgb 00000000 00000000 FFFFFFFF -ir -ig -ib -b 0 Stops blinking, but is slowly faded from black, blue, black... sudo ./target/release/msi-rgb 00000000 00000000...
Here's some debug is this helps: sudo ./target/release/msi-rgb FFFFFFFF FFFFFFFF FFFFFFFF -ir -ig -ib -b 0 -fr -fg -fb --verbose Bank 12 (d0...100): ff ff ff ff ff ff ff...
Actually the pulse flag has some effect. With pulse on the leds are off permanently: sudo ./target/release/msi-rgb 00000000 00000000 FFFFFFFF -ir -ig -ib -b 0 -p --verbose Bank 12 (d0...100):...
Yes thanks, always good to know I am not crazy 😉 Paul Chaffey +49 1746 741179 On Sat, 25 Apr 2020, 07:54 Robert Partridge, wrote: > If it's at all...