FastLED 3.9.15
|
typedef uint8_t(* power_func) (uint8_t scale, uint32_t data) |
Typedef for a power consumption calculation function.
Used within CFastLED for rescaling brightness before sending the LED data to the strip with CFastLED::show().
scale | the initial brightness scale value |
data | max power data, in milliwatts |