Legion2 / CorsairLightingProtocol

Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.
Apache License 2.0
499 stars 64 forks source link

Hardware lightning not working #368

Closed Fregoudi closed 2 months ago

Fregoudi commented 2 months ago

Hardware lighting not working. When I close the icue software or turn off my computer, the towers do not work and the LEDs remain solid. Can you help me?

Legion2 commented 2 months ago

You need to configure the hardware lighting in iCue before it works. Can you please provide a screenshot of your hardware lighting configuration in icue.

Fregoudi commented 2 months ago

I remember doing the configuration before but I guess I didn't. I did what you said and it's working now. I had another question, how do I add a button for on/off operation?

Legion2 commented 2 months ago

The LS100 examples includes code for on/off button https://github.com/Legion2/CorsairLightingProtocol/blob/dev/examples%2FLS100%2FLS100.ino#L23

Fregoudi commented 2 months ago

How do I add it to lt100?

Legion2 commented 2 months ago

You have to write the code yourself 😉

Fregoudi commented 2 months ago

thanks