ixjf / MSIRGB

Alternative to MSI Mystic Light for controlling motherboard LEDs, without the fixed 7 colour limitation.
ISC License
398 stars 53 forks source link

Slowing down Hue Wheele #192

Closed Ramroll88 closed 3 years ago

Ramroll88 commented 3 years ago

Is there any way to slow down the cycling of each color in the Hue Wheele mode, I LOVE IT but would wish to have it cycle slower.

Thanks in advance / 227

ixjf commented 3 years ago

Yes. You can modify the script. See: https://github.com/ixjf/MSIRGB/blob/master/Scripts/Hue%20Wheel.lua

This file will be in your Scripts/ folder.

Increasing colour_step will make transitions between colors slower.

Ramroll88 commented 3 years ago

Yes. You can modify the script. See: https://github.com/ixjf/MSIRGB/blob/master/Scripts/Hue%20Wheel.lua

This file will be in your Scripts/ folder.

Increasing colour_step will make transitions between colors slower.

Is there any way for me to extened the time of RED color? its super short compared to the other colors, they cycle it just gets flashed by and there is never really a real red. id like it to hold a true red atleast as long as the other colors

ixjf commented 3 years ago

I think this is a problem with the chip, not MSIRGB. The chip only supports 4 bits per channel. For example, RGB (F, 1, 0) and RGB (F, 0, 0) are completely different. The former is pumpkin orange, the latter is the real red you want - and all that changed was one channel by one unit. You can't choose colours with any higher precision.

ixjf commented 3 years ago

By the way, I fixed the Hue Wheel script, it wasn't using the colour_step variable as it should. You should download the new file (from the link above).

Ramroll88 commented 3 years ago

Okey i understand, thanks for your great work as always and your active answering <3 you are appreciated :)