CorsairLightingProtocol icon indicating copy to clipboard operation
CorsairLightingProtocol copied to clipboard

Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.

Results 19 CorsairLightingProtocol issues
Sort by recently updated
recently updated
newest added

@Spegs21 I found a small bug in your refactoring of the firmware handling. The PROGMEM pointer of the firmware version array was not correctly read and caused iCUE to see...

bug
Stale

Hello, raspberry PI Pico, can it be used as CORSAIR COMMANDER PRO?

enhancement

Hiya Has there been any thought on adding direct support for the new LC100 light panels? (the nanoleaf style things) I'm not 100% if there's anything new/fancy with effects (I...

enhancement

Per Adafruit TinyUSB Arduino library [readme](https://github.com/adafruit/Adafruit_TinyUSB_Arduino#supported-cores): > ESP32 port relies on Espressif's [esp32-hal-tinyusb.c](https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-tinyusb.c) for building usb descriptors which requires all descriptors must be specified in usb objects declaration i.e constructors....

bug

Thank you first of all, for your great project, its potential is undeniable. Will support be added for the new Icue Commander Core? ![image](https://user-images.githubusercontent.com/29506056/104245768-268ae900-5465-11eb-82df-812f4323c12a.png) [https://www.amazon.es/gp/product/B08G1Q3GZR?psc=1](url) I was investigating, and I...

enhancement
help wanted

When new Arduino IDE version is release all guides must be updated.

documentation

The SingleStripLightingNodePRO sketch is too specific and should be redesigned to explain the concept of combining two channels into a single strip for FastLED.

enhancement

As described in #101 for the version 1.0.0 a stable API should be provided using the namespace `CorsairLightingProtocol`. Moving all definitions into the namespace is a breaking change. In the...

refactoring

Before the first stable release 1.0.0 there are some things that has to be addressed. - [x] add the debug sketch to the github action ci - [ ] use...

enhancement
refactoring

There were multiple requests on wireless RGB with CLP, if this is even possible and how to do it. Because CLP is modular it's simple to use it with existing...

enhancement
documentation