|
FastLED 3.9.15
|
UCS7604 current control structure with 4-bit fields for each channel.
#include <ucs7604.h>
Public Member Functions | |
| UCS7604CurrentControl () FL_NOEXCEPT | |
| Default constructor - maximum brightness. | |
| UCS7604CurrentControl (u8 brightness) | |
| Construct from single brightness value (all channels) | |
| UCS7604CurrentControl (u8 r_, u8 g_, u8 b_, u8 w_) | |
| Construct from individual channel values. | |
Public Attributes | |
| u8 | b |
| Blue channel current (0x0-0xF) | |
| u8 | g |
| Green channel current (0x0-0xF) | |
| u8 | r |
| Red channel current (0x0-0xF) | |
| u8 | w |
| White channel current (0x0-0xF) | |