|
Corsair Lighting Protocol
0.15.0
Control LEDs connected to an Arduino with iCUE
|
#include <LEDController.h>
Collaboration diagram for LEDChannel:Public Attributes | |
| uint8_t | brightness = 255 |
| ChannelMode | mode = ChannelMode::HardwarePlayback |
| uint8_t | ledCount = 0 |
| PortType | ledPortType = PortType::WS2812B |
| LEDGroup | groups [GROUPS_NUM] |
| uint8_t | groupsSet = 0 |
The definition of a Channel.
| uint8_t LEDChannel::brightness = 255 |
Brightness of the channel in range 0-255.
| uint8_t LEDChannel::ledCount = 0 |
The number of LEDs on this channel.