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-05-19Range adjustments for 8-bit noise functions, now preserving a (very) slight b...Mark Kriegsman
2018-05-16Fix discontinuties in noise functions, both 8- and 16- bit versions. If you ...Mark Kriegsman
2017-11-02Makefile Compilation Fix (#490)Nico
2016-01-0712% speedup in noise on AVR (net with previous commit) by using inline avg15 ...Mark Kriegsman
2016-01-073% speedup in noise on AVR by eliminating a shift-loop. Math is identical, o...Mark Kriegsman
2015-12-29Noise behavior can be reverted for backward-stability of animation design wit...Mark Kriegsman
2015-12-29Fixed noise integer overflow/underflow that was causing discontinuities in th...Mark Kriegsman
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-07-23PROGMEM made optional. Control via FASTLED_USE_PROGMEM, which defaults to th...Mark Kriegsman
2015-02-09Fix compilation errors surrounding namespace - also rename the namespace, hav...Daniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2014-12-14#105Daniel Garcia
2014-11-22We only need to see the FastLED version warning once, thank you very muchDaniel Garcia
2014-11-06Another 1-2% faster 8-bit noise on AVR using a small asm widget to replace ba...Mark Kriegsman
2014-11-06Slight speedup and code size reduction by changing 16-bit-shift+AND to 8-bit ...Mark Kriegsman
2014-11-06Speedup for 8-bit noise (~5%) by using avg7(u,v)Mark Kriegsman
2014-11-05Shut up compiler warnings on armDaniel Garcia
2014-10-25resolving conflictsDaniel Garcia
2014-10-24noise tweakDaniel Garcia
2014-10-02Clean up warningsDaniel Garcia
2014-10-02Fix indexing error in one of the noise functionsDaniel Garcia
2014-09-15Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-07-10Fix compile errors for arduino 1.5.7 - no testing done yet. Issue #67Daniel Garcia
2014-06-29full digix set of pinsDaniel Garcia
2014-06-15tweaking noise bits for locusDaniel Garcia
2014-06-05For the fill_raw functions for all of 8bit, 16bit, and 16bit into 8 bit, shif...Daniel Garcia
2014-06-05Fix a handful of stupid math/loop errors that were causing a lot of smearing/...Daniel Garcia
2014-06-04Fixing noise on avr with the new raw noise functionsDaniel Garcia
2014-06-04fixing on avr noise generation, something was unhappy there...Daniel Garcia
2014-06-04Tweaked the scaling values of noise8/16 to better line up with the real range...Daniel Garcia
2014-06-03tweaking q44 valuesDaniel Garcia
2014-06-03Make the default frequency 2.0Daniel Garcia
2014-06-03fixing mergeDaniel Garcia
2014-06-03Adding fractional types. Expanding the raw fill functions to include real 16...Daniel Garcia
2014-06-02Restoring 'serpentine' functionality. Might be faster to move it out of the l...Mark Kriegsman
2014-06-02fix typoDaniel Garcia
2014-06-02Only want progmem on avrDaniel Garcia
2014-06-02Tweaking a bit.Daniel Garcia
2014-06-02Here, have some more memory. PROGMEM has some cost, but getting 257 bytes of...Daniel Garcia
2014-06-02Adding leds/[] operators on controllers and LEDS.Daniel Garcia
2014-06-02Adding some sample fill functions and the NoisePlayground example for folks t...Daniel Garcia
2014-06-01Adding 8 and 16 bit simplex noise implementations to the library. The 8 bit ...Daniel Garcia