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
2019-08-13Teensy 4 support! (#864)Daniel Garcia
2019-06-10Fix #813 -- further fix for the C_NS macro added by the nrf52 changesDaniel Garcia
2019-06-07Fix #811 and #812 - took a bad PR that broke the build for other platformsDaniel Garcia
2019-06-07Enable support for nRF52 chipset. (#802)Henry Gabryjelski
2019-01-21fix typoDaniel Garcia
2019-01-20Fix #345 - Add SM16703 timingsDaniel Garcia
2019-01-20Fix #573 - add GE8822 timingsDaniel Garcia
2019-01-20Update global brightness math to fix overflowsOleg Anashkin
2018-12-25Add support LPD6803heX
2018-09-20Add global brightness support for ADA102 and SK9822 (#653)Oleg Anashkin
2018-04-19Use consistent include syntax (#571)per1234
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