Lines Matching +full:chip +full:- +full:specific
1 .. zephyr:code-sample:: is31fl3733
3 :relevant-api: led_interface
5 Control a matrix of up to 192 LEDs connected to an IS31FL3733 driver chip.
13 - Set all LEDs to full brightness with :c:func:`led_write_channels` API
14 - Disable upper quadrant of LED array with :c:func:`led_write_channels` API
15 - Dim each LED in sequence using :c:func:`led_set_brightness` API
16 - Toggle each LED in sequency using :c:func:`led_on` and :c:func:`led_of` APIs
17 - Toggle between low or high current limit using :c:func:`is31fl3733_current_limit`
23 The number of LEDs can be limited using the following sample specific Kconfigs:
25 - :kconfig:option:`CONFIG_LED_ROW_COUNT`
26 - :kconfig:option:`CONFIG_LED_COLUMN_COUNT`