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

Connect RGBW led #329

Closed gavrilov closed 1 year ago

gavrilov commented 1 year ago

Hello!

I'm trying to figure out how to connect a single 5v RGBW led to arduino controller.

I have a single led with this type of connector:

PXL_20230223_191631868 MP

I believe it will be something like /examples/NonAddressable/ but not sure what to do with white channel

Could you please help me?

Legion2 commented 1 year ago

I don't know if the white channel is needed. But you can also calculate a white value from the RGB channels by using the minimum of them and then substract the white value from all the RGB channels.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.