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
2014-01-21Tweak ws2801 delay, again. 500µs isn't enough for some sets out thereDaniel Garcia
2014-01-21Fixing buildDaniel Garcia
2014-01-21merge from mainline releaseDaniel Garcia
2013-11-28Roll trinket definitions into standard definitions, so library users see no ↵Daniel Garcia
change. Clean up code a bit more. Allow arbitrary delay points, for future slotted work. Minor warning cleanup
2013-11-22Fixing up typosDaniel Garcia
2013-11-10Sync w/main FastSPI_LED2 branchdanielgarcia@gmail.com
2013-11-06WS2801 is actually 500µs low time required for resetdanielgarcia@gmail.com
2013-10-21Add WS2811_400 for 400khz ws2811 chipsdanielgarcia@gmail.com
2013-10-10Fixup WS2811 timings for the teensy 3 as well.danielgarcia@gmail.com
2013-10-08Tweak AVR timings - still not fully hand done asm - but unlikely to get to ↵danielgarcia@gmail.com
that for 2.0, more likely 2.1. Also fix cycle defs for arduino mega pins.
2013-06-25Preliminary clockless chip support for the due - works great w/ws2811 - ↵danielgarcia@gmail.com
still some glitching w/tm1809 - unclear if this is a timing issue or if the 3.3v logic is a problem.
2013-06-20cleanup andcheckpointingdanielgarcia@gmail.com
2013-06-12Checkpointing the multi-lane clockless work, also playing with using ↵danielgarcia@gmail.com
bitbanded pin access on arm
2013-06-02removing TLC code from this branch, went in the wrong placedanielgarcia@gmail.com
2013-06-02merge from maindanielgarcia@gmail.com
2013-06-02checkpointing tm1829 codedanielgarcia@gmail.com
2013-06-01Checking in the TCL work code in case someone wants it - builds, no testing ↵danielgarcia@gmail.com
yet, though
2013-05-31Expand the test case a little bit. Fix LPD8806 showColor. Add a separate ↵danielgarcia@gmail.com
mechanism to set global brightness. Some other tweaks/cleanups
2013-05-19Add DMX support. Also add beginnings of centralized controller classdanielgarcia@gmail.com
2013-04-26A number of avr/spi related fixes.danielgarcia@gmail.com
2013-04-26Extracted controller definitions into new file - fixed SM16716 bugdanielgarcia@gmail.com