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-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
2016-05-22Tweak 4-way parallel output to work on pins 12-15 on esp8266 - keep blocked o...Daniel Garcia
2016-05-22Try out pragma message vs. warning - still highlights red in the ideDaniel Garcia
2016-05-18Another possible assist for #306 - add more than one frame re-write attemptDaniel Garcia
2016-05-18Try waiting a bit longer before re-sending the frame - might help with #306.Daniel Garcia
2016-05-17add link to esp8266 specific wiki page in the readmeDaniel Garcia
2016-05-17clean up intent handling for nrf51822 spi - should fix #294.Daniel Garcia
2016-05-17Add APA106 as an alias for SK6822, fix #298Daniel Garcia
2016-05-17Fix #305 - block out pins that will cause the device to WDT on use, also put ...Daniel Garcia
2016-05-05gcc register allocation appears to have changed a bit - make sure we get the ...Daniel Garcia
2016-05-05doc udpateDaniel Garcia
2016-05-05Add calculate_max_brightness_for_power_mW/vmA functions to do power calculati...Daniel Garcia
2016-04-30Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-04-30Merge pull request #297 from NicoHood/fixesDaniel Garcia
2016-04-30TyposNicoHood
2016-04-25esp8266 timing adjustmentDaniel Garcia
2016-04-25Adding LPD1886_8BIT for the LPD1886 in 8-bit mode. Should help with #290Daniel Garcia
2016-04-21Write out black pixels for the end frame for apa102'sDaniel Garcia
2016-04-21Fix #291 - while SK9822 claims APA102 compataibility it latches the led data ...Daniel Garcia
2016-04-21Tweak the APA102 output to write a tail frame of all 1's instead of trying to...Daniel Garcia