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
2016-12-19Fixes ESP8266 parallel outputBen Delarre
2016-12-10Update ArrayOfLedArrays.inostuart taylor
2016-12-10Update MultiArrays.inostuart taylor
2016-12-09Fix CRGBArray operator=Michael Copland
2016-12-09Merge pull request #379 from jake-b/masterMark Kriegsman
2016-12-08Fix for crash caused when loading large palettesJake Bordens
2016-10-19Merge pull request #357 from keestux/add_sodaq_autonomoDaniel Garcia
2016-10-18Fix DUE parallel output when there are fewer than 8 lanes.Daniel Garcia
2016-10-14Add support for SODAQ Autonomo (SAMD21J18A)Kees Bakker
2016-10-07Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-10-07Fix an arduino due build issue for parallel outputDaniel Garcia
2016-09-27Merge pull request #349 from Roman3349/masterDaniel Garcia
2016-09-27Add information about examples, homepage, license and version to @PlatformIO ...Roman3349
2016-09-22Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-09-22Fix digispark build issueDaniel Garcia
2016-09-19Merge pull request #346 from alex-Arc/masterDaniel Garcia
2016-09-18missing OCTOWS2813 in OWS2811 definealex-Arc
2016-09-13Bumping library version to 3.1.3v3.1.3Daniel Garcia
2016-09-13Merge pull request #343 from FastLED/bugs/339Daniel Garcia
2016-08-30attempt a fix for #339 - guard waitfully against a race condition - and also ...bugs/339Daniel Garcia
2016-08-06I really should stop taking pull requests from folks.Daniel Garcia
2016-08-04Merge pull request #316 from mjbcopland/masterDaniel Garcia
2016-08-04Added const qualifier to lerp8 and lerp16 signatures as per #332Michael Copland
2016-08-03Merge pull request #334 from jasoncoon/masterDaniel Garcia
2016-08-03Fixed compile error: FastLED.h:437:47: error: expected type-specifier before ...Jason Coon
2016-07-26Fix WS2813 definitions from #328 for parallel output.Daniel Garcia
2016-07-22tweak esp8266 clockless timing outputDaniel Garcia
2016-07-22Keep the reset timings for the 2813 the same as the rest for now.Daniel Garcia
2016-07-22Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-07-22Merge pull request #328 from alex-Arc/WS2813Daniel Garcia
2016-07-22resolve comit issuesalex-Arc
2016-07-22Merge branch 'WS2813' of https://github.com/alex-Arc/FastLED into WS2813alex-Arc
2016-07-22Add ws2813 to octo and full portalex-Arc
2016-07-22Add ws2813 to octo and full portalex-Arc
2016-07-22gitignore precompiledalex-Arc
2016-07-19Add ws2813alex-Arc
2016-07-18Add WS2813alex-Arc
2016-06-24Slight shift in m0 code for later re-workingsDaniel Garcia
2016-06-21Limit the range of the PROGMEM bug workaround to gcc versions older than 4.6.Daniel Garcia
2016-06-18Add an alias for WS2852 to WS2812, fix #257.Daniel Garcia
2016-06-17Fix #290 for higher MHZ platformsDaniel Garcia
2016-06-10Made lerp8 and lerp16 reference parameters constMichael Copland
2016-06-08Fix #256 - enable 4-way parallel output on the ESP8266 using pins 12,13,14,15...Daniel Garcia
2016-06-08Enable 4-way parallel output on the ESP8266.Daniel Garcia
2016-06-08Fix #309 and wrap up #306Daniel Garcia
2016-06-07Kick around the waitFully a bit for the k20 for #313Daniel Garcia
2016-06-04Thought I made the APA102 default to 12Mhz already - closes #314Daniel Garcia
2016-06-02Change how we do the timing to reduce the risk of running a long loop and kic...Daniel Garcia
2016-05-23Hey, rfduino was never printing out #warning messages, so when i changed to #...Daniel Garcia
2016-05-22Tweak 4-way parallel output to work on pins 12-15 on esp8266 - keep blocked o...Daniel Garcia