NeoPixel APA102 APA104 LED on arduino or Propeller

I have tested the APA102 APA104 LED CHIP by madrix control ,
youtube.com/watch?v=j3sI3cTNnwE
now i want to know how to make apa102 apa104 on arduino fast SPI or Propeller micro-controller
if APA102 support by FastLED2.1 branch?
APA104 LED.pdf (311 KB)
APA102 LED.pdf (276 KB)

The GitHub for the FastLED project has an open issue about support for ADA-102. It says that beta support is already included in FastLED2.1, but that testing needs to be done.

The project also suggests using their Google+ community if you have other advanced questions like this:

We hope this helps,

Thanks your reply , have you use Arduino to control dmx led lighting ,such as 512 signal dmx led strip ,if it need to change 512 signal to SPI signal ?

We haven’t worked with DMX ourselves, but we did find the following resources that can be helpful:

Since DMX512 is based on the RS-485 standard, you should be able to use this shield with your Arduino to connect to the DMX LED strip:

Hope this helps,

hello , it is very helpful for me , thanks your help .