Test program for my Multi_WS2811 library that started out as a fork of heroic/WS2811. My library uses hardware DMA on the FRDM-KL25Z to drive up to 16 strings of WS2811 or WS2812 LEDs in parallel.

Dependencies:   Multi_WS2811 mbed MMA8451Q

Fork of WS2811 by Heroic Robotics

Issue: 50 usec guard time not working (Closed: Fixed)

If you have fast frame generation, the 50 usec guard time required between DMA bursts will not be respected.

This may be because of insufficient resolution on the usec timer; not sure yet.

1 comment:

04 Jan 2014

Resolved with latest code.