Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tlc5971.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Esco Medical ApS
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_
14#define ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_
15
22
24
28#define TLC5971_GLOBAL_BRIGHTNESS_CONTROL_MAX 127
29
47int tlc5971_set_global_brightness(const struct device *dev, struct led_rgb pixel);
48
50
51#endif /* ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_ */
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