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-01-13MEK: v3.1.8, with fixed version number for library manager3.1.8Mark Kriegsman
2018-01-13MEK: bumped library.json version number... after the release, oops.Mark Kriegsman
2018-01-13MEK: updating release notes for 3.1.7, including thank-yous3.1.7Mark Kriegsman
2018-01-13MEK: bumping version number to do a release picking up numerous community con...Mark Kriegsman
2017-11-30Fix typo in fastpin_esp32 header (#533)Daniel Tullemans
2017-11-28Add support for Circuit Playground Express (#530)Limor "Ladyada" Fried
2017-11-02Makefile Compilation Fix (#490)Nico
2017-11-02Add support for ATmega328 non-picopower hardware pins (#512)John Whittington
2017-11-02Add WS2812Serial driver (#517)Paul Stoffregen
2017-10-04fixed gemma and trinket m0 support - tested all pins on both boards w/NeoPixe...Limor "Ladyada" Fried
2017-09-28Fix typo in block code around interrups and clock adjustmnetsDaniel Garcia
2017-08-27Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2017-08-27Fix def typo, remove reliance on __empty symbol for broken build environments...Daniel Garcia
2017-08-26Fix FastLED version (#487)Nico
2017-08-23Typo fix (#484)Nico
2017-08-17Pull the SPI race condition fix over to the teensy 3.6 spi code as well. Fix...v3.1.6Daniel Garcia
2017-08-17Better handle places where yield isn't defined by the system. E.g. Fixing #413.Daniel Garcia
2017-08-17Fix #473 -- pull including bitswap and fastled_delay into a top level header ...Daniel Garcia
2017-08-17Fix #478 -- don't use a generic name for NOP in case other platforms mess wit...Daniel Garcia
2017-08-16Update release notes and bump version numbersDaniel Garcia
2017-08-16Fix #450 - guard the OctoWS2811 WS2813 timings/instance against an older vers...Daniel Garcia
2017-08-16Fix #475, add support for the octows2811 adapterDaniel Garcia
2017-08-16Support for ESP32 (#474)Sam Guyer
2017-08-16Support ATtinyX41 boards. (#467)phardy
2017-05-29Added AVR asm version of ease8InOutQuad which is a little faster, and a littl...Mark Kriegsman
2017-05-28Merge branch 'master' of https://github.com/FastLED/FastLEDMark Kriegsman
2017-05-28Update ease8InOutQuad for 'fixed' scale8.Mark Kriegsman
2017-05-23Support 6-channel parallel output on ESP 8266 (#452)Jan Losinski
2017-04-07Merge pull request #437 from PaulStoffregen/masterDaniel Garcia
2017-04-07Adjust millis on Teensy LCPaulStoffregen
2017-03-25Force gradient palettes to be aligned in memory on ARM. Only needed on some ...Mark Kriegsman
2017-03-13Merge pull request #420 from mikeburg/bugs/419Daniel Garcia
2017-03-05Race condition fix for ARMHardwareSPIOutput::waitFully on Teensy 3.1/3.2.lionsburg
2017-02-22Updated hsv2rgb_spectrum for the fixed scale8. Fixes #412Mark Kriegsman
2017-02-22Merge branch 'master' of https://github.com/FastLED/FastLEDMark Kriegsman
2017-02-22Removed an ALWAYS_INLINE because avr-gcc can't be trusted with grown-up tools.Mark Kriegsman
2017-02-17Merge pull request #381 from mjbcopland/pixelset-fixDaniel Garcia
2017-02-17Merge pull request #402 from kcouck/Teensy_3.6Daniel Garcia
2017-02-02Added AVR asm version of blend8: smaller, faster. Marked blend8 as 'always i...Mark Kriegsman
2017-01-21Enable PORTB parallel outputKris Couck
2017-01-21Correct define to k66Kris Couck
2017-01-20Fixed loss-of-precision bug in pixel blending. Pixel blending should be a li...Mark Kriegsman
2017-01-16Fix SPI issue for SPI1Kris Couck
2017-01-16Add K66 (Teensy 3.6)Kris Couck
2017-01-15Updated scale16 and scale16by8 for AVR when FASTLED_SCALE8_FIXED is 1. scale...Mark Kriegsman
2017-01-14Merge pull request #382 from hsiboy/patch-1Daniel Garcia
2017-01-14Merge pull request #383 from hsiboy/patch-2Daniel Garcia
2017-01-14Merge pull request #389 from benjamind/fix-esp8266-parallel-outputDaniel Garcia
2017-01-14Merge pull request #400 from adafruit/masterDaniel Garcia
2017-01-14Add support for __SAMD21E18A__, Adafruit Gemma M0 (which uses that chip), and...ladyada