10se1ucgo / cue_sdk

Python wrapper for the Corsair Utility Engine SDK
Other
21 stars 2 forks source link

SetLedsColors[Async] is not able to work on an array of CorsairLedColors #2

Closed 10se1ucgo closed 8 years ago

10se1ucgo commented 8 years ago

SetLedsColors[Async] is not able to work on mutliple CorsairLedColors. I don't know C/ctypes at all so I'm not sure how this should be implemented.

10se1ucgo commented 8 years ago

Never mind, just figured it out. Will update the color_pulse.py example in the morning.

10se1ucgo commented 8 years ago

Fixed, here's the change. https://github.com/10se1ucgo/cue_sdk/blob/01e55a0b32ba7f397a1e9fd25f1b24d6864151a6/examples/color_pulse.py#L30