13#ifndef ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_
14#define ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_
28#define TLC5971_GLOBAL_BRIGHTNESS_CONTROL_MAX 127
int tlc5971_set_global_brightness(const struct device *dev, struct led_rgb pixel)
Set the global brightness control (BC) levels of a TLC5971 strip.
Main header file for LED strip driver API.
Runtime device structure (in ROM) per driver instance.
Definition device.h:513
Color value for a single RGB LED.
Definition led_strip.h:46