Lines Matching +full:led +full:- +full:current
2 # SPDX-License-Identifier: Apache-2.0
5 IS31FL3194 3-channel LED driver with programmable pattern sequencing
7 This driver supports single-channel and RGB LEDs. For single channel LEDs,
8 the led_set_brightness() API can be used to set the brightness of each LED.
11 by the color-mapping property.
15 The following defines a single RGB LED in the is31fl3194 DT node:
22 label = "RGB LED";
23 color-mapping =
30 The following example defines three single-channel LEDs in the is31fl3194 DT node:
37 label = "RED LED";
38 color-mapping = <LED_COLOR_ID_RED>;
42 label = "GREEN LED";
43 color-mapping = <LED_COLOR_ID_GREEN>;
47 label = "BLUE LED";
48 color-mapping = <LED_COLOR_ID_BLUE>;
55 include: ["i2c-device.yaml", "led-controller.yaml"]
57 child-binding:
62 color-mapping:
65 current-limit:
68 - 10
69 - 20
70 - 30
71 - 40
74 The current limit for the LED in mA.