Similar to WS2811/2812 is the APA102C led chip, produced as a strip too.
The Datasheet is unclear of the timing specs.
I tried many hours to make it work but in vein. No led so far is under my control. Any ideas, welcome.
An example code is this:
Any help?Code:arraywrite leds,[0,0,0,0,$f0,128,128,128,255,255,255,255] shiftout led_data,led_clock,1,[leds[0],leds[1],leds[2],leds[3],leds[4],leds[5],leds[6],leds[7],leds[8],leds[9],leds[10],leds[11]] Lcdout $fe,$1,"Stoped" stop
Ioannis
Bookmarks