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
2014-10-24noise tweakDaniel Garcia
2014-10-02Clean up warningsDaniel Garcia
2014-10-02Fix indexing error in one of the noise functionsDaniel Garcia
2014-07-10Fix compile errors for arduino 1.5.7 - no testing done yet. Issue #67Daniel 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