incubator-nuttx/drivers/leds
Tiago Medicci Serrano d1326e81bc drivers/leds/ws2812: Fix WS2812 pixel size
Although the LED might be RGB-only, the LED data is packed in a
32-bit long variable and, then, this is the default size of a LED
pixel to define the 'WS2812_RW_PIXEL_SIZE' macro. Please note that
the lower-half driver will deal with the case of the addressable
LED being 3 or 4-pixel sized.
2023-12-24 16:38:06 -08:00
..
CMakeLists.txt
Kconfig
Make.defs
apa102.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
lp503x.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
max7219.c
ncp5623c.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
pca9635pw.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
rgbled.c
userled_lower.c
userled_upper.c
ws2812.c drivers/leds/ws2812: Fix WS2812 pixel size 2023-12-24 16:38:06 -08:00