Using SK6812 Pure White led strips, but got unexpected flickr effects…
i don’t know why? ( NodeMcu+artnetwifi) anyone?
Two ideas:
- Can you try the same thing with a non-ESP8266 Arduino-compatible?
- Are you doing logic-level shifting of the data pin to convert from 3.3V logic to the 5V logic the strip needs?
- Arduino uno works fine.
- I resolved that problem by added
“#define FASTLED_INTERRUPT_RETRY_COUNT 0”.