hey
when using the sk6812 RGB with parallel output on teensy 3.2, i get a lot of flickering in regions where i for example have a hard contrast between black and white. one led should be white the neighboor off. but both are flickering.
when i connect the sk6812 in normal mode, there is no problem.
Any ideas???
oh, just found out that i have the same effect, when controlling the sk6812 with LED_TYPE set to WS2811 in single output mode.
Is there a parallel output mode for WS2812 / sk6812 ??
Found it out: when using sk6812 in parallel mode, one has to go for WS2811_PORTDC instead of PORTD !!!
The 6812 timing is slightly different - I’ll have to make parallel definitions for the controllers to support it.
I see. Is that on the soon wishlist? 
And why does WS2811_PORTDC instead of WS2811_PORTD configuration work in my test setup?
@Daniel_Garcia did you already manage to make the parallel definitions for the sk 6812??
No - I still haven’t gotten back to doing any library work. There will be an update to the community when I start back in on things.