From 565aada7af9de19177dd96698f14a027ff8a25aa Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Wed, 4 Jan 2017 22:12:32 -0800 Subject: [PATCH] Increased temporal dithering amount in ESP8266 firmware --- arduino/ws2812_controller/ws2812.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arduino/ws2812_controller/ws2812.h b/arduino/ws2812_controller/ws2812.h index b4a6eba..5dddc9f 100644 --- a/arduino/ws2812_controller/ws2812.h +++ b/arduino/ws2812_controller/ws2812.h @@ -8,6 +8,7 @@ // Sometimes this can cause undesirable flickering. // 1 = Disable temporal dithering // 2, 6, 8 = Enable temporal dithering (larger values = more dithering) +#define WS2812_DITHER_NUM (8) #define WS2812_USE_INTERRUPT (0) // not supported yet