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-08ESP32 support using the RMT peripheral device (#522)Sam Guyer
2017-11-02Makefile Compilation Fix (#490)Nico
2017-08-27Fix def typo, remove reliance on __empty symbol for broken build environments...Daniel Garcia
2017-08-17Better handle places where yield isn't defined by the system. E.g. Fixing #413.Daniel Garcia
2017-08-16Support ATtinyX41 boards. (#467)phardy
2016-09-22Fix digispark build issueDaniel Garcia
2016-06-08Enable 4-way parallel output on the ESP8266.Daniel Garcia
2016-03-08Fix #266 - make the cxxbits weak so they can be overriden if presentDaniel Garcia
2016-02-24The bean doesn't have yield, that's annoyingDaniel Garcia
2016-01-24Finishing up ESP8266 support - now fully functional.Daniel Garcia
2016-01-24Make showColor power awareDaniel Garcia
2016-01-07oopsDaniel Garcia
2016-01-07If the version of arduino is greater than 150, toss a yield into FastLED::del...Daniel Garcia
2015-11-18Fix compile errors for using the Pixie led chipsetDaniel Garcia
2015-11-12Rolled power management back into the FastLED object directly - mark the old ...Daniel Garcia
2015-07-18Have max refresh rate set by default to the slowest refresh rate of any added...Daniel Garcia
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-11-22We only need to see the FastLED version warning once, thank you very muchDaniel Garcia
2014-11-04Add extra C++ bits that some environments might needDaniel Garcia
2014-10-30Get rid of some extra globalsDaniel Garcia
2014-10-29Update preview changes. Add max refresh rate setting w/default to 400Hz.Daniel Garcia
2014-10-25resolving conflictsDaniel Garcia
2014-10-22Silently disable dithering if the frame rate is < 100fpsDaniel 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-15Fix hanging that occurrs w/FastLED.delayDaniel Garcia
2014-08-17Make sure delay does the right thing, even when show is short enough to not c...Daniel Garcia
2014-08-05Adding support for the smart matrix panel/library.Daniel Garcia
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-04Tweaked the scaling values of noise8/16 to better line up with the real range...Daniel 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-16build fixing, reference code commentingDaniel Garcia
2014-05-01checkpointDaniel Garcia
2014-04-08Clean up sam clockless code, hopefully improving accuracy on it.Daniel Garcia
2014-03-21Add global setDither/setTemp/setCorrection methods - this will propagate the ...Daniel Garcia
2014-03-16* Move controller linkage to linked list, get rid of constant array of contro...Daniel Garcia
2014-03-16* Move brightness into a 8 bit scalarDaniel Garcia
2014-03-16Move responsibility for scaling brightness to color correction/temperature in...Daniel Garcia
2014-03-11Make FastLED.addLeds return a reference instead of a pointer.Daniel Garcia
2014-03-11First pass at color/temperature correction codeDaniel Garcia
2014-02-13Fix FastLED.delayDaniel Garcia
2014-02-13Switch brightness over to CRGB as wellDaniel Garcia
2014-01-21merge from mainline releaseDaniel Garcia
2013-12-06Include the right header fileDaniel Garcia
2013-11-30Fixing due build post-mainline mergeDaniel Garcia