This library lets you control the addressable RGB LED strips from Pololu Robotics. Forked to add selectable colour order (Support RGB or GRB Leds)

Fork of PololuLedStrip by David Grayson

History

Added #define for RGB/GRB order for WS2811 and WS2812b based strips, respectively. Ideally this should be selectable per instance, but it's late, and I'm tired. default tip

2018-05-19, by thegink [Sat, 19 May 2018 14:16:38 +0000] rev 27

Added #define for RGB/GRB order for WS2811 and WS2812b based strips, respectively. Ideally this should be selectable per instance, but it's late, and I'm tired.


Make it be a compile-time error if GPIO_IP_WITHOUT_BRR is set.

2017-11-01, by DavidEGrayson [Wed, 01 Nov 2017 23:11:49 +0000] rev 26

Make it be a compile-time error if GPIO_IP_WITHOUT_BRR is set.


Change the reset signal from 24 us to 80 us to support the SK6812.

2016-11-03, by DavidEGrayson [Thu, 03 Nov 2016 21:02:47 +0000] rev 25

Change the reset signal from 24 us to 80 us to support the SK6812.


Added a comment about the STM32F303K8.;

2016-09-09, by DavidEGrayson [Fri, 09 Sep 2016 22:12:31 +0000] rev 24

Added a comment about the STM32F303K8.;


Added a comment.;

2016-09-08, by DavidEGrayson [Thu, 08 Sep 2016 23:53:42 +0000] rev 23

Added a comment.;


Updated the mbed library and fixed an incorrect assembly instruction.

2016-09-08, by DavidEGrayson [Thu, 08 Sep 2016 23:14:02 +0000] rev 22

Updated the mbed library and fixed an incorrect assembly instruction.


fixed a comment

2013-11-26, by DavidEGrayson [Tue, 26 Nov 2013 23:05:08 +0000] rev 21

fixed a comment


Swapped the order of red and green so it will work with the new WS2812B strips.

2013-11-13, by DavidEGrayson [Wed, 13 Nov 2013 21:16:24 +0000] rev 20

Swapped the order of red and green so it will work with the new WS2812B strips.


Changed the timing so that this library only supports the high-speed strips now.

2013-10-09, by DavidEGrayson [Wed, 09 Oct 2013 01:13:49 +0000] rev 19

Changed the timing so that this library only supports the high-speed strips now.


A link in the docs didn't work, so I removed it.

2013-03-01, by DavidEGrayson [Fri, 01 Mar 2013 05:17:02 +0000] rev 18

A link in the docs didn't work, so I removed it.