|
Corsair Lighting Protocol
0.15.0
Control LEDs connected to an Arduino with iCUE
|
#include <LEDController.h>
Public Attributes | |
| uint8_t | ledIndex = 0 |
| uint8_t | ledCount = 0 |
| byte | mode = GROUP_MODE_Rainbow_Wave |
| GroupSpeed | speed = GroupSpeed::High |
| GroupDirection | direction = GroupDirection::Forward |
| GroupExtra | extra = GroupExtra::Alternating |
| byte | tempGroup = GROUP_TEMP_GROUP_EXTERNAL |
| CRGB | color1 |
| CRGB | color2 |
| CRGB | color3 |
| uint16_t | temp1 |
| uint16_t | temp2 |
| uint16_t | temp3 |
A LEDGroup is a contiguous range of LEDs on a strip. The LEDGroup defines the size, position and lighting effects of the LED range.
| uint8_t LEDGroup::ledCount = 0 |
number of LEDs in this group
| uint8_t LEDGroup::ledIndex = 0 |
start index of the LEDs of this group