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
2015-01-15Fix issue #120 - add timings for the UCS1904.Daniel Garcia
2015-01-03Separate out WS2811 and WS2812 timing. Define APA104 according to WS2811 tim...Daniel Garcia
2014-12-25Adding alias for adafruit DotStar leds (aka APA102)Daniel Garcia
2014-12-22Tweaking timings for the parallel output driverDaniel Garcia
2014-12-02Adding more docsDaniel Garcia
2014-11-22We only need to see the FastLED version warning once, thank you very muchDaniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
2014-11-12Provide a FastLED specific version of wiring for the timing functions when on...Daniel Garcia
2014-11-08Merge branch 'master' into FastLED3.1Daniel Garcia
2014-11-08Block compiling with gcc 4.8 and higher on AVR for the time being, until we c...Daniel Garcia
2014-10-30Get rid of some extra globalsDaniel Garcia
2014-10-29Bumping version numberDaniel Garcia
2014-10-29Update preview changes. Add max refresh rate setting w/default to 400Hz.Daniel Garcia
2014-10-28Add 16-way parallel output for teensy 3/3.1. Update example to show off. Bu...Daniel Garcia
2014-10-28Add OctoWS2811 wrapper support.Daniel Garcia
2014-10-28Tweak parallel output for the dueDaniel Garcia
2014-10-28Cleaning up blockless support for the due - normalizing definition of 8-way b...Daniel Garcia
2014-10-28Solid teensy 3/3.1 support for up to 8-way output on either PORT C or DDaniel Garcia
2014-10-25resolving conflictsDaniel Garcia
2014-10-25adding fast bitswap functionsDaniel Garcia
2014-10-24Bumping version numberDaniel Garcia
2014-10-22Add compile-time 'warning' with FastLED version number. Bumped to 2.1.1Mark Kriegsman
2014-10-12Add alias for APA104 to WS2811Daniel Garcia
2014-10-10Bring DMX kicking and screaming into the FastLED2.1 worldDaniel Garcia
2014-10-02make sure getFPS has a bodyDaniel Garcia
2014-10-02Tweak countFPS to only count (adding a getFPS method for getting the current ...Daniel Garcia
2014-09-15Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-09-11Change enum to SMART_MATRIXDaniel Garcia
2014-08-06Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel 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-01Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-06-29Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-06-29Add APA102 supportDaniel Garcia
2014-06-27Added gradient variations, reorg'd palettes a bit.Mark Kriegsman
2014-06-15Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-06-10Added FastLED.count() which returns the number of registered controllers (str...Mark Kriegsman
2014-06-07Merge from FastLED2.1Daniel Garcia
2014-06-04Fixing noise on avr with the new raw noise functionsDaniel Garcia
2014-06-02Adding leds/[] operators on controllers and LEDS.Daniel Garcia
2014-06-01Adding 8 and 16 bit simplex noise implementations to the library. The 8 bit ...Daniel Garcia
2014-05-20Fixing up due/digix parallel/tm1809 output timing.Daniel Garcia
2014-05-14Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-05-09Define WS2803 using 25Mhz clock that datasheet claims. Tweak LPD8806 output.Daniel Garcia
2014-04-22Merging from FastLED2.1Daniel Garcia
2014-04-18Added HeatColor function, started new file 'colorutils'Mark Kriegsman
2014-04-08Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-04-05Fix k20 blocklessDaniel Garcia
2014-04-04What are betas for if not experimenting? Tossing in a LPD1886 trialDaniel Garcia