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-07-22Keep the reset timings for the 2813 the same as the rest for now.Daniel Garcia
2016-07-18Add WS2813alex-Arc
2016-06-17Fix #290 for higher MHZ platformsDaniel Garcia
2016-06-04Thought I made the APA102 default to 12Mhz already - closes #314Daniel 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
2016-04-12Make sure all clockless implementations that allow interrupts re-try if a fra...Daniel Garcia
2016-01-28Fix #253 - kick APA102 default ordering to be consistently RGBDaniel Garcia
2016-01-24Make the OctoWS2811 controller use the new pixel led controllerDaniel Garcia
2016-01-23Merge branch 'master' into rgbwDaniel Garcia
2015-12-28Add SK6822 supportDaniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-12-07Adding UCS2903 timingsDaniel Garcia
2015-12-04fix build errorDaniel Garcia
2015-11-26Kick pixieDaniel Garcia
2015-11-22Bring Pixie support in line with the new world orderDaniel Garcia
2015-11-22Merge branch 'master' into rgbwDaniel Garcia
2015-11-18Should be more like 2ms for the pixiesDaniel Garcia
2015-11-18Ensure a 1ms gap between frames to ensure data behaves for PixiesDaniel Garcia
2015-11-18Fix compile errors for using the Pixie led chipsetDaniel Garcia
2015-11-17Preliminary pixie supportDaniel Garcia
2015-11-07Add support for the PL9823 chpiset timingsDaniel Garcia
2015-10-19Convert SPI chipsets to use CPixelController base classDaniel Garcia
2015-10-19Remove ARGB support in prep for supporting an RGB/RGBW worldDaniel Garcia
2015-10-16Use static asserts to give better error messaging about not enough clock cycl...Daniel Garcia
2015-10-05For apa102 output, switch between 8 and 16 bit output based on whether or not...Daniel Garcia
2015-10-02Adding definitions for SK6812Daniel Garcia
2015-08-11Adding doc notes to header filesDaniel Garcia
2015-08-11documentation updatesDaniel Garcia
2015-07-29slight cleanupDaniel Garcia
2015-07-29Improve performance of APA102 w/hardware SPI on teensy 3.1 from 17.5mbps to 2...Daniel Garcia
2015-06-07Pad boundry by a bit more.Daniel Garcia
2015-04-06a few more places that should be waiting fully before releasing the SPI hardwareDaniel Garcia
2015-04-06APA102 should be waiting fully after writing the ending boundary before relea...Daniel Garcia
2015-03-11fixing build errorsDaniel Garcia
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-17Adding more documentation to header filesDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-02-08More accurate end frame for APA102.Daniel Garcia
2015-02-07Making clockless code compile in conditionally.Daniel Garcia
2015-01-15Fix issue #120 - add timings for the UCS1904.Daniel Garcia
2015-01-14Fix #107 - make sure our APA102 end buffer is complete.Daniel Garcia
2015-01-05Add WS2812 entries to the other half of chipsets.hDaniel Garcia
2015-01-03Separate out WS2811 and WS2812 timing. Define APA104 according to WS2811 tim...Daniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
2014-10-25resolving conflictsDaniel Garcia
2014-10-20Change default order of APA102 RGB to BGR.Daniel Garcia
2014-10-10APA102 bug fixing and speed tweakingDaniel Garcia