Zephyr API Documentation 3.7.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
7#ifndef ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_
8#define ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_
9
13#define TLC5971_GLOBAL_BRIGHTNESS_CONTROL_MAX 127
14
25int tlc5971_set_global_brightness(const struct device *dev, struct led_rgb pixel);
26
27#endif /* ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_TLC5971_H_ */
Runtime device structure (in ROM) per driver instance.
Definition device.h:403
Color value for a single RGB LED.
Definition led_strip.h:40
int tlc5971_set_global_brightness(const struct device *dev, struct led_rgb pixel)
Set the global brightness control levels for the tlc5971 strip.