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
2017-08-17Fix #473 -- pull including bitswap and fastled_delay into a top level header ...Daniel Garcia
2017-08-16Update release notes and bump version numbersDaniel Garcia
2017-08-16Fix #450 - guard the OctoWS2811 WS2813 timings/instance against an older vers...Daniel Garcia
2016-10-07Fix an arduino due build issue for parallel outputDaniel Garcia
2016-09-18missing OCTOWS2813 in OWS2811 definealex-Arc
2016-09-13Bumping library version to 3.1.3v3.1.3Daniel Garcia
2016-08-06I really should stop taking pull requests from folks.Daniel Garcia
2016-08-03Fixed compile error: FastLED.h:437:47: error: expected type-specifier before ...Jason Coon
2016-07-26Fix WS2813 definitions from #328 for parallel output.Daniel Garcia
2016-07-22resolve comit issuesalex-Arc
2016-07-22Merge branch 'WS2813' of https://github.com/alex-Arc/FastLED into WS2813alex-Arc
2016-07-22Add ws2813 to octo and full portalex-Arc
2016-07-22Add ws2813 to octo and full portalex-Arc
2016-07-19Add ws2813alex-Arc
2016-07-18Add WS2813alex-Arc
2016-06-18Add an alias for WS2852 to WS2812, fix #257.Daniel Garcia
2016-05-22Try out pragma message vs. warning - still highlights red in the ideDaniel Garcia
2016-05-17Add APA106 as an alias for SK6822, fix #298Daniel Garcia
2016-04-30Merge pull request #297 from NicoHood/fixesDaniel Garcia
2016-04-30TyposNicoHood
2016-04-25Adding LPD1886_8BIT for the LPD1886 in 8-bit mode. Should help with #290Daniel Garcia
2016-04-21Fix #291 - while SK9822 claims APA102 compataibility it latches the led data ...Daniel Garcia
2016-04-01Add UCS1903_PORT definitions for n-way output.Daniel Garcia
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