ws2812b: only 6 LEDs are used fot this project

This commit is contained in:
King Kévin 2020-06-21 09:54:38 +02:00
parent 26382c9712
commit 4f91856445
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#pragma once
/** number of LEDs on the WS2812B strip */
#define LED_WS2812B_LEDS 48
#define LED_WS2812B_LEDS 6
/** setup WS2812B LED driver */
void led_ws2812b_setup(void);