FantomXR Posted August 6, 2017 Report Posted August 6, 2017 It seems that I've got it working. I changed in ws2812.c this line #define WS2812_BUFFER_SIZE (((WS2812_NUM_LEDS+2)*24)) // +2*24 to insert the RESET frame to #define WS2812_BUFFER_SIZE (((WS2812_NUM_LEDS+2)*24)+200) // +2*24 to insert the RESET frame because of the 300us reset, the 2017 WS2812B need. The LEDs are now working. I didn't do a mass-test, but it looks promising.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now