Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit ba19ea4

Browse files
committed
Issue 14 - fix for flickering clockless stripes
1 parent 61ffca7 commit ba19ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HyperionRGB/ConfigStatic.h.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
//This cannot be changed via web inteface
1919

2020
#define CONFIG_LED_SPI_CHIPSET WS2801 //Comment out for clockless
21-
//#define CONFIG_LED_CLOCKLESS_CHIPSET WS2812B
21+
//#define CONFIG_LED_CLOCKLESS_CHIPSET WS2812B //Comment in for clockless
22+
//#define FASTLED_ALLOW_INTERRUPTS 0 //Comment in if clockless stripe (ex. WS2812B) is flickering
2223

2324
#define CONFIG_LED_DATAPIN D1
2425
#define CONFIG_LED_CLOCKPIN D2 //Comment out for clockless

0 commit comments

Comments
 (0)