From 3cd3a869f4dec9a77c5513593822e8f18898639d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 21 Jul 2022 21:21:44 +0200 Subject: [PATCH] ws2812b: set number of LEDs --- lib/led_ws2812b.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/led_ws2812b.h b/lib/led_ws2812b.h index 37add1d..53dad6f 100644 --- a/lib/led_ws2812b.h +++ b/lib/led_ws2812b.h @@ -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