You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry for bothering you again. but after the discussion in #4, I have another nice-to-have feature to request.
By default, if we just connect to the SDK and do nothing (with the default layer), all the colors that are already set are not changed at all, and the default iCUE animation continues to play. I take this to mean that by default, when the SDK starts, the color that is set is fully transparent (#00000000)
This sets the color of the F12 key to white and overrides the default rainbow animation for that key alone while not affecting any other key.
Now, however, there is no way to go back to the state before setting the key and make that key transparent again. It would be nice if there was some functionality (maybe reset_led_colors_by_device_index? Something like cols[led] = None would also work.
In essence, the SDK is overriding the color only for that one key. It would be nice to have the ability to "release" it back to iCUE's control.
The text was updated successfully, but these errors were encountered:
I have a solution for this: request the control and then release it. If you already have the control, release it. That will reset it to its state before.
Hi, sorry for bothering you again. but after the discussion in #4, I have another nice-to-have feature to request.
By default, if we just connect to the SDK and do nothing (with the default layer), all the colors that are already set are not changed at all, and the default iCUE animation continues to play. I take this to mean that by default, when the SDK starts, the color that is set is fully transparent (#00000000)
Now, if I run this code:
This sets the color of the F12 key to white and overrides the default rainbow animation for that key alone while not affecting any other key.
Now, however, there is no way to go back to the state before setting the key and make that key transparent again. It would be nice if there was some functionality (maybe
reset_led_colors_by_device_index
? Something likecols[led] = None
would also work.In essence, the SDK is overriding the color only for that one key. It would be nice to have the ability to "release" it back to iCUE's control.
The text was updated successfully, but these errors were encountered: