Refactored to single instance of Adafruit_NeoPixel

This commit is contained in:
Ollo
2024-12-04 19:08:17 +01:00
parent c48d977f42
commit c8e81310cc
2 changed files with 25 additions and 16 deletions

View File

@@ -16,10 +16,10 @@
#define GPIO_DS18B20 D2 /**< One-Wire used for Dallas temperature sensor */
#define GPIO_WS2812_PIN1 D3
#define WS2812_LEDS1 1
#define WS2812SINGLE_GPIO_PIN D3
#define WS2812SINGLE_LEDS 1
#define GPIO_WS2812_PIN2 D4
#define WS2812_LEDS2 10
#define WS2812STRIP_GPIO_PIN D4
#define WS2812STRIP_LEDS 10
#endif /* End FANLEDCTL_PINS */