Increased temporal dithering amount in ESP8266 firmware

This commit is contained in:
Scott Lawson 2017-01-04 22:12:32 -08:00
parent 0e73fd1348
commit 565aada7af
1 changed files with 1 additions and 0 deletions

View File

@ -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