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
2018-10-01Fix lerp16by16 where uint32_t should be uint16_tLee Byron
2018-05-19Fix asm param constraints on ease8InOutQuad and ease8InOutApprox for AVR vers...Mark Kriegsman
2018-05-16Fix discontinuties in noise functions, both 8- and 16- bit versions. If you ...Mark Kriegsman
2017-08-17Better handle places where yield isn't defined by the system. E.g. Fixing #413.Daniel Garcia
2017-08-16Support ATtinyX41 boards. (#467)phardy
2017-05-29Added AVR asm version of ease8InOutQuad which is a little faster, and a littl...Mark Kriegsman
2017-05-28Update ease8InOutQuad for 'fixed' scale8.Mark Kriegsman
2017-02-02Added AVR asm version of blend8: smaller, faster. Marked blend8 as 'always i...Mark Kriegsman
2016-02-21Force many very small functions to be inlined (LIB8STATIC_ALWAYS_INLINE)Mark Kriegsman
2016-01-24ESP8266 first light - FastPin, bitbang'd spi outputDaniel Garcia
2015-12-29Added avg16 & avg15, for fast unsigned and signed averages (respectively). N...Mark Kriegsman
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-09-17Added EVERY_N_MILLISECONDS_I as synonym for EVERY_N_MILLIS_I.Mark Kriegsman
2015-08-11Adding definitions to various lib8tion types.Daniel Garcia
2015-08-11Updating documentationDaniel Garcia
2015-08-11Start splitting out lib8tion code into separate files, convert documentation ...Daniel Garcia
2015-08-09Tweaking macro defs in lib8tion to stop irritating symbol completion in atom.Daniel Garcia
2015-07-21Add ATtiny87 as well...Daniel Garcia
2015-07-21Fix #193 - add ATtiny167 to the platforms marked for the attiny version of li...Daniel Garcia
2015-03-11fixing merge conflictsDaniel Garcia
2015-03-05Added squarewave8.Mark Kriegsman
2015-02-17Fix #125 - building for the 16u2. Note that the clockless chips don't work o...Daniel Garcia
2015-02-11fix GET_MILLIS issue for sparkcoreDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-01-15Silence a warning in scale16by8 in AVR asm.Mark Kriegsman
2015-01-15Bugfix in scale16by8 for AVR assembly. Ow.Mark Kriegsman
2015-01-11Pass timebase through beat16, fixes bug #117Mark Kriegsman
2015-01-03Adding mod8 and addmod8, fast modulo specifically designed for the case where...Mark Kriegsman
2014-12-09Added EVERY_N_MILLISECONDS as a synonym for EVERY_N_MILLISMark Kriegsman
2014-12-09Added EVERY_N_SECONDS and several variations. Some of it is preprocessor mac...Mark Kriegsman
2014-12-09Added beat88 and beatsin88Mark Kriegsman
2014-11-25Fix for lerp8by8 and lerp16by16 when rangestart and rangeend are inverted.Mark Kriegsman
2014-11-18Greatly improved randomness of random8 with just one add operation. It's alw...Mark Kriegsman
2014-11-18Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Daniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
2014-11-13beat functions: added timebase adjustment and unilateral phase detractors.Mark Kriegsman
2014-11-06Added avg8 and avg7Mark Kriegsman
2014-10-25resolving conflictsDaniel Garcia
2014-10-24Added beat (BPM) generators.Mark Kriegsman
2014-10-02Clean up warningsDaniel Garcia
2014-09-26Added dim8_lin, brighten8_lin, and sqrt16Mark Kriegsman
2014-07-01Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-06-20Restructured palettes into actual classes. Think we're good to go now.Mark Kriegsman
2014-06-07Merge from FastLED2.1Daniel Garcia
2014-06-03Fix 8bit compile issueDaniel Garcia
2014-06-03Adding fractional types. Expanding the raw fill functions to include real 16...Daniel Garcia
2014-06-01Added lerp15by16 as well as improved performance on some of the scaling funct...Daniel Garcia
2014-05-19merging FastLED2.1Daniel Garcia
2014-05-14Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-05-12added map8(in,rangeStart,rangeEnd)Mark Kriegsman