zephyr/drivers/led_strip
Jamie McCrae 5afaa38e67 drivers: led_strip: ws2812: Remove scratch selection for non-GPIO
The WS2812 LED strip driver does not use a scratch byte, therefore
free up a byte per pixel which was unused except in the GPIO-based
driver whereby it is used

Signed-off-by: Jamie McCrae <spam@helper3000.net>
2023-11-24 09:22:24 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.apa102
Kconfig.lpd880x
Kconfig.tlc5971
Kconfig.ws2812
apa102.c
lpd880x.c
tlc5971.c
ws2812_gpio.c
ws2812_i2s.c
ws2812_spi.c