ws2812b: set number of LEDs

This commit is contained in:
King Kévin 2022-07-21 21:21:44 +02:00
parent 3c4cabb483
commit 3cd3a869f4
1 changed files with 1 additions and 1 deletions

View File

@ -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