Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-16Add TM1803 parallel timingsDaniel Garcia
2016-01-24Switch Teensy parallel output to use CPixelLEDController objectsDaniel Garcia
2016-01-07If the version of arduino is greater than 150, toss a yield into FastLED::del...Daniel Garcia
2015-12-28Add SK6822 supportDaniel Garcia
2015-12-09Adding initial version of CRGBSet classDaniel Garcia
2015-12-07Adding UCS2903 timingsDaniel Garcia
2015-11-18Fix compile errors for using the Pixie led chipsetDaniel Garcia
2015-11-17Preliminary pixie supportDaniel Garcia
2015-11-12fix docsDaniel Garcia
2015-11-12Rolled power management back into the FastLED object directly - mark the old ...Daniel Garcia
2015-11-07Add support for the PL9823 chpiset timingsDaniel Garcia
2015-10-25Adding definition for TM1812, confirmed alias for TM1809 in #221Daniel Garcia
2015-10-16Use static asserts to give better error messaging about not enough clock cycl...Daniel Garcia
2015-10-03Fix typoDaniel Garcia
2015-10-02Adding definitions for SK6812Daniel Garcia
2015-09-23Merging 3.1 back to masterDaniel Garcia
2015-08-11Adding doc notes to header filesDaniel Garcia
2015-07-23PROGMEM made optional. Control via FASTLED_USE_PROGMEM, which defaults to th...Mark Kriegsman
2015-07-18Update setMaxRefreshRate docsDaniel Garcia
2015-07-18Have max refresh rate set by default to the slowest refresh rate of any added...Daniel Garcia
2015-04-06Add 400Khz support to the octows2811 controller as wellDaniel Garcia
2015-04-06Create parallel definitions for 400Khz WS2811sDaniel Garcia
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-17doc updatesDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-02-07Making clockless code compile in conditionally.Daniel Garcia
2015-01-15Fix issue #120 - add timings for the UCS1904.Daniel Garcia
2015-01-03Separate out WS2811 and WS2812 timing. Define APA104 according to WS2811 tim...Daniel Garcia
2014-12-25Adding DOTSTAR definition to master as well.Daniel Garcia
2014-12-25Adding alias for adafruit DotStar leds (aka APA102)Daniel Garcia
2014-12-22Tweaking timings for the parallel output driverDaniel Garcia
2014-12-02Adding more docsDaniel Garcia
2014-11-22We only need to see the FastLED version warning once, thank you very muchDaniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
2014-11-12Provide a FastLED specific version of wiring for the timing functions when on...Daniel Garcia
2014-11-08Bumping version number and updating notes3.0.2Daniel Garcia
2014-11-08Merge branch 'master' into FastLED3.1Daniel Garcia
2014-11-08Block compiling with gcc 4.8 and higher on AVR for the time being, until we c...Daniel Garcia
2014-10-30Get rid of some extra globalsDaniel Garcia
2014-10-29Bumping version numberDaniel Garcia
2014-10-29Update preview changes. Add max refresh rate setting w/default to 400Hz.Daniel Garcia
2014-10-28Add 16-way parallel output for teensy 3/3.1. Update example to show off. Bu...Daniel Garcia
2014-10-28Add OctoWS2811 wrapper support.Daniel Garcia
2014-10-28Tweak parallel output for the dueDaniel Garcia
2014-10-28Cleaning up blockless support for the due - normalizing definition of 8-way b...Daniel Garcia
2014-10-28Solid teensy 3/3.1 support for up to 8-way output on either PORT C or DDaniel Garcia
2014-10-25resolving conflictsDaniel Garcia
2014-10-25adding fast bitswap functionsDaniel Garcia
2014-10-24Bumping version numberDaniel Garcia
2014-10-22Add compile-time 'warning' with FastLED version number. Bumped to 2.1.1Mark Kriegsman