Also, you should have put a 0.1uF cap with every part to help with stable power when the devices are switching internally.
T0H and T1L:
If the libraries are creating 0.55uS as a max time for the WS2812B, and the WS2813B are expecting 0.58uS as a minimum, you could certainly get erratic results.
The libraries don't allow you to select from different devices?
Yeah, i saw that i could add the capacitor on each LED for all WS281X DEVICE. But when you look at WS2813B datasheet, it's says clearly their is no need of passif component outside of the LED because their are included inside the LED package.
I do not even know if anyone has already managed to control these LEDs with an arduino?
I know that the timing is so short that in fact to adjust the timing, the only solution is to code in assembler.