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-08-17Make sure delay does the right thing, even when show is short enough to not c...Daniel Garcia
2014-08-08Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Mark Kriegsman
2014-08-08Fixed overflow, added debug option, adjusted constants a bit.Mark Kriegsman
2014-08-06Updating readmeDaniel Garcia
2014-08-06Adding SmartMatrix exampleDaniel Garcia
2014-08-06Update README to alert about arduino 1.5.7 bug.Daniel Garcia
2014-08-06Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-08-06Fix type casting in CLKS_TO_MICROS.Daniel Garcia
2014-08-06Make smart matrix code work with either original library or modified forkDaniel Garcia
2014-08-06tweak arm timing adjustmentDaniel Garcia
2014-08-05Adding power management code, with global interfaces ONLY at this point.Mark Kriegsman
2014-08-05Adding support for the smart matrix panel/library.Daniel Garcia
2014-07-10Fix compile errors for arduino 1.5.7 - no testing done yet. Issue #67Daniel Garcia
2014-07-09Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-07-09Adding frame end packet to APA102 support.Daniel Garcia
2014-07-07Merge pull request #64 from PaulStoffregen/FastLED2.1Daniel Garcia
2014-07-04Fix for renamed KINETISK_SPI_t typedef in Teensyduino 1.20PaulStoffregen
2014-06-29Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-06-29Add APA102 supportDaniel Garcia
2014-06-28Adding Fire2012WithPalette exampleMark Kriegsman
2014-06-27Added gradient variations, reorg'd palettes a bit.Mark Kriegsman
2014-06-20Adding ColorPalette exampleMark Kriegsman
2014-06-20Restructured palettes into actual classes. Think we're good to go now.Mark Kriegsman
2014-06-18Corrected a colorMark Kriegsman
2014-06-18Changing names after some further thought, before we announce. Todo: clean u...Mark Kriegsman
2014-06-18Initial Palette support.Mark Kriegsman
2014-06-15Adding DATA_RATE_ defs for clock doubled environments. Also, teensy 3.1 SPI ...Daniel Garcia
2014-06-15Add define for clock doubled clock ratesDaniel Garcia
2014-06-15Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-06-10Added FastLED.count() which returns the number of registered controllers (str...Mark Kriegsman
2014-06-07placeholder/reference codeDaniel 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-04sam timing tweakDaniel 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-03Fix 8bit compile issueDaniel Garcia
2014-06-03tweaking q44 valuesDaniel Garcia
2014-06-03Make the default frequency 2.0Daniel Garcia
2014-06-03Fixing build issue w/NoisePlayground on dueDaniel 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-02Hey look, new APIs for getting at leds..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