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-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
2014-04-27Added sin8, cos8, quadwave8, cubicwave8, triwave8, and ease8InOutQuad.Mark Kriegsman
2014-04-08Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-04-08Fixing scale8_video( {X>0}, 0)Mark Kriegsman
2014-04-01Adding block controllers for arm k20/sam clockless chipsDaniel Garcia
2014-03-17still unused code for ATTiny version of scale8, to get rid of calls to mul. ...Daniel Garcia
2014-03-10* Add rgb scaling and dithering support to all the SPI based chipsetsDaniel Garcia
2014-02-20Some more teensy 3/3.1 workDaniel Garcia
2014-02-19Fixing regular AVR build, flipping all AVR code over to using the clockless_t...Daniel Garcia