Programmable controller for ws2813 led

ws2813 led is ws2812 updated version,it has dual-signal wires version , signal break-point continuous transmission,i want to control it by arduino ,who have the code for it?thanks.
ws2813 led datasheet is http://www.normandled.com/upload/201...0Datasheet.pdf

Those LEDs are recent, maybe no one have working code for them. You can ask for WS2813 support to be added to the FastLED library :slight_smile:

You can control WS2183 LED strips from the FastLED library.

Use the "WS2812" type and set-up the LED strip by specifying the DATA PIN.

Now connect BOTH centre pins of the strip to this pin and the strip should work.

I've been searching for this for ages and finally got my strip to work!