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

Create HoodLoader2CLPUnoMegaController_NonAddressable #351

Closed Jacky-3D closed 8 months ago

Jacky-3D commented 9 months ago

Use this instead of the HoodLoader2CLPUnoMegaController if you want to use non-addressable LEDs with your Arduino Uno.

Jacky-3D commented 9 months ago

This might work with the Arduino Mega but I haven’t tested it.

Legion2 commented 9 months ago

Instead of defining two channels, the second led of the first channel can be used to get the color for the non addressable Led.

Jacky-3D commented 9 months ago

Great idea! Let me fix that up!

Jacky-3D commented 9 months ago

Should be fixed but I haven't tested it yet

Jacky-3D commented 8 months ago

Unfortunately, I could not get it to work on one channel. I am a beginner and it took a very long time just to get this to work. The only one that works is in the /dev branch.

Jacky-3D commented 8 months ago

Fixed patch 1! It is ready to merge! It still uses two channels. I couldn't figure out what I was doing wrong.