ws2812b: set number of LEDs
This commit is contained in:
parent
3c4cabb483
commit
3cd3a869f4
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
/** number of LEDs on the WS2812B strip */
|
||||
#define LED_WS2812B_LEDS 3U
|
||||
#define LED_WS2812B_LEDS (2U * 8U * 32U)
|
||||
|
||||
/** setup WS2812B LED driver
|
||||
* @note this starts the continuous transmission
|
||||
|
Loading…
Reference in New Issue
Block a user