[Feature Request] GeForce GTX 1080 Ti GameRock Premium Edition Support

Feature Request

Hi,

I logged the read/write commands on windows via the NVAPI proxy DLL and I'm able to set change the colors directly via i2cget/i2cset on linux. When I try to implement the support in OpenRGB on first write to the i2c device the screen goes black and I can only move the mouse cursor. Any idea whats wrong ?

Here is the logged data. The color setting is really simple as all features like breathing are controlled directly via the Palit software.

Color OFF:
NvAPI_I2CWriteEx: Dev: 0x08 RegSize: 0x01 Reg: 0x03 Size: 0x04 Data: 0x00 0x00 0x00 0xFF

Fixed color:																	                                                  ```
                                                                      Red            [Fixed mode]
NvAPI_I2CWriteEx: Dev: 0x08 RegSize: 0x01 Reg: 0x03 Size: 0x04 Data: |0x23| 0x00 0x00 |0xFF|
															
                                                                          Green       [Fixed mode]
NvAPI_I2CWriteEx: Dev: 0x08 RegSize: 0x01 Reg: 0x03 Size: 0x04 Data: 0x00 |0x23| 0x00 |0xFF|

                                                                                Blue  [Fixed mode]
NvAPI_I2CWriteEx: Dev: 0x08 RegSize: 0x01 Reg: 0x03 Size: 0x04 Data: 0x00 0x00 |0x17| |0xFF|

// Nvidia control                                                                   |NV Control]
NvAPI_I2CWriteEx: Dev: 0x08 RegSize: 0x01 Reg: 0x03 Size: 0x04 Data: 0x00 0x00 0x00 |0xFA|

// Read colors and mode (regs 3-6)
i2cget 0 8 [3-6]

// Set colors and mode (regs 3-6)
i2cset 0 8 [3-6] to set the value
Edited by pgarba