From f765421abafc124c18329fca78b8536ffe0b76b6 Mon Sep 17 00:00:00 2001 From: Harrison Jones Date: Tue, 28 Nov 2023 05:06:58 -0500 Subject: [PATCH] Update spi_led_strip.rst (#3408) Mention that the component also supports the `P9813` LED driver. --- components/light/spi_led_strip.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/light/spi_led_strip.rst b/components/light/spi_led_strip.rst index 18f10fc26..d6cb4a75d 100644 --- a/components/light/spi_led_strip.rst +++ b/components/light/spi_led_strip.rst @@ -8,8 +8,8 @@ SPI LED Strip Light The ``spi_led_strip`` light platform drives one or more SPI interfaced RGB LEDs. These LEDs are often used in strips, where each LED is individually addressable. This component requires an SPI interface to be configured. -This component has been tested with APA102 LEDs and should also work with HD107 and SK9822 type LEDs, or any others -with a similar interface - SPI, 8 bits per colour and BGR ordering. +This component has been tested with APA102 LEDs and the P9813 LED driver. It should also work with HD107 and SK9822 type +LEDs, or any others with a similar interface - SPI, 8 bits per colour and BGR ordering. .. figure:: images/apa102.jpg :align: center