File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
** This library can be used to integrate custom/unofficial RGB strips with iCUE.**
4
4
5
5
## Features
6
- * Add support of the Lighting Node PRO protocol to Arduino.
7
- * Control LEDs with the Corsair Link or the iCUE software.
6
+ * Add support of Corsair DIY device protocol to Arduino.
7
+ * Control LEDs with the [ Corsair iCUE software] ( https://www.corsair.com/icue ) .
8
8
* Easy to use with [ FastLED] ( http://fastled.io/ ) .
9
- * [ Supported LED chipsets] ( https://github.com/FastLED/FastLED/wiki/Overview#chipsets ) .
9
+ * [ Supported LED chipsets] ( https://github.com/FastLED/FastLED/wiki/Overview#chipsets ) . (e.g. WS2812B, WS2801)
10
+ * Supported platform: Arduino AVR
10
11
* Persistent settings for use without a USB connection.
11
12
* Use multiple devices at the same time.
12
13
* Repeat or scale LED channels to arbitrary size.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name=Corsair Lighting Protocol
2
2
version =0.10.0
3
3
author =Leon Kiefer
4
4
maintainer =Leon Kiefer
5
- sentence =Allows iCUE to control RGB LEDs .
6
- paragraph =The library mimics a Lighting Node PRO and can be controlled as such in iCUE.
5
+ sentence =Control LED strips via USB from a PC .
6
+ paragraph =The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.
7
7
category =Device Control
8
8
url =https://github.com/Legion2/CorsairLightingProtocol
9
9
architectures =avr
You can’t perform that action at this time.
0 commit comments