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 (Collapse)Author
2022-01-02FastLED Release 3.5.0, with expanded board support, and many other ↵3.5.0Mark Kriegsman
improvements and bug fixes.
2020-12-22Updated for release 3.4.03.4.0Mark Kriegsman
2020-02-03Rev. 3.3.3 to improve board support, add example animations, fix bugs, and ↵3.3.3Mark Kriegsman
to pass the torch.
2019-08-26Spinning FastLED 3.3.23.3.2Daniel Garcia
2019-08-24FIx #870 -- make sure that the spi clock times, now that the template ↵Daniel Garcia
parameter is a 32-bit integer, do not wrap around to super huge numbers
2019-08-19Spinning 3.3.1 release to get some bug fixes in3.3.1Daniel Garcia
2019-08-13Spinning FastLED 3.3 - adding Teensy 4 support.3.3.0Daniel Garcia
2019-08-13Teensy 4 support! (#864)Daniel Garcia
* Pre-teensy4 work - with a 600Mhz clock, a 1Mhz clock was giving us a clock divider that overflowed a uint8_t - whoops... * Some tweaks to chipset definitions to help out the Teensy 4 implementation * Updating the pintest program w/Teensy 4 defs * Preliminary Teensy 4 support, including hardware SPI and clockless chipsets - no support for parallel output or DMA'd output yet - also not fully tested for all chipsets on all pins, but smoke tested with some chipsets and pin combinations and logic analyzer in the meantime * Checking in initial block clockless output - it compiles, but no testing yet, so it shouldn't be hooked up anywhere yet. * Tweak and fix parallel output - still need to hook it up to the default addLeds setup * more kicking
2019-07-03Rev 3.2.10 to add a couple more platform defs and bug fixes3.2.10Daniel Garcia
2019-06-10Rev 3.2.9 to fix the timing issue introduced by the nrf52 changes3.2.9Daniel Garcia
2019-06-07Reving 3.2.8 to fix a build issue that come in with the 3.2.7 PR's3.2.8Daniel Garcia
2019-06-07Rev'ing a 3.2.7 release3.2.7Daniel Garcia
2019-01-31Bumping version3.2.6Daniel Garcia
2019-01-27Bumping version to 3.2.53.2.5Daniel Garcia
2019-01-22Bumping version to 3.2.43.2.4Daniel Garcia
2019-01-20Update notes/keywordsDaniel Garcia
2018-09-09Bumping version number to 3.2.13.2.1Daniel Garcia
2018-08-27Bump version to 3.2Daniel Garcia
2018-01-13MEK: v3.1.8, with fixed version number for library manager3.1.8Mark Kriegsman
2018-01-13MEK: updating release notes for 3.1.7, including thank-yous3.1.7Mark Kriegsman
2017-08-16Update release notes and bump version numbersDaniel Garcia
2016-10-07Fix an arduino due build issue for parallel outputDaniel Garcia
2016-09-22Fix digispark build issueDaniel Garcia
2016-09-13Bumping library version to 3.1.3v3.1.3Daniel Garcia
2016-06-08Fix #256 - enable 4-way parallel output on the ESP8266 using pins ↵Daniel Garcia
12,13,14,15 (6,7,5 and 8 on the NodeMCU pin layout/mapping).
2016-02-17Yolo - adding scale8 fix notes to release_notesDaniel Garcia
2016-01-26Update readme/release notesDaniel Garcia
2016-01-24Updating notesDaniel Garcia
2016-01-24Update release notes/readmeDaniel Garcia
2015-12-28Add SK6822 supportDaniel Garcia
2015-12-26Bump library versions to 3.1.1 to get an arduino bug workaround in place.Daniel Garcia
2015-12-12update release notesDaniel Garcia
2015-12-07Adding UCS2903 timingsDaniel Garcia
2015-11-17Preliminary pixie supportDaniel Garcia
2015-11-12Rolled power management back into the FastLED object directly - mark the old ↵Daniel Garcia
external power management functions as deprecated
2015-10-16Use static asserts to give better error messaging about not enough clock ↵Daniel Garcia
cycles and bad pin choices in environments that support C++11.
2015-10-12Fix power management for parallel controllersDaniel Garcia
2015-09-23updating release notesv3.1.0Daniel Garcia
2015-09-23Merging 3.1 back to masterDaniel Garcia
2014-11-24Prefix config defines with FASTLED_ to make sure we don't conflict with ↵Daniel Garcia
anything else.
2014-11-08Bumping version number and updating notes3.0.2Daniel Garcia
2014-10-24Bumping version numberDaniel Garcia
2014-10-22tweaking release notesDaniel Garcia
2014-10-13Update release notesDaniel Garcia