Skip to content

Commit

Permalink
drivers: led_strip: ws2812: Remove scratch selection
Browse files Browse the repository at this point in the history
The WS2812 LED strip driver does not use a scratch byte, therefore
free up a byte per pixel which was unused.

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
thedjnK committed Oct 28, 2023
1 parent e734028 commit 3fb629b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/led_strip/Kconfig.ws2812
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

menuconfig WS2812_STRIP
bool "WS2812 (and compatible) LED strip driver"
select LED_STRIP_RGB_SCRATCH
help
Enable LED strip driver for daisy chains of WS2812-ish (or WS2812B,
WS2813, SK6812, Everlight B1414, or compatible) devices.
Expand Down

0 comments on commit 3fb629b

Please sign in to comment.