1.. zephyr:code-sample:: sx1509b 2 :name: SX1509B RGB LED 3 :relevant-api: led_interface 4 5 Control an RGB LED connected to an SX1509B driver chip. 6 7Overview 8******** 9 10This sample controls the intensity of the color LEDs in a Thingy:52 lightwell. 11The red, green and blue LED fade up one by one, and this repeats forever. 12 13Building and Running 14******************** 15 16.. zephyr-app-commands:: 17 :zephyr-app: samples/drivers/led_sx1509b_intensity 18 :board: thingy52_nrf52832 19 :goals: build flash 20 :compact: 21 22The log is configured to output to RTT. Segger J-Link RTT Viewer can be used to view the log. 23