|
FastLED 3.9.15
|
UCS7604 runtime brightness control namespace.
Namespaces | |
| namespace | detail |
Typedefs | |
| using | CurrentControl = UCS7604CurrentControl |
| Type alias for current control (defined in ucs7604_encoder.h) | |
Functions | |
| CurrentControl | brightness () |
| Get current global UCS7604 brightness value. | |
| void | set_brightness (CurrentControl current) |
| Set global UCS7604 brightness via current control (EXPERIMENTAL) | |
| void | set_brightness (u8 r, u8 g, u8 b, u8 w) |
| Set global UCS7604 brightness with individual channel values (EXPERIMENTAL) | |