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
2014-05-31Getting rid of a bad exampleDaniel Garcia
2014-01-27Resolve #16 - adding support for the UCS1903B everywhere.Daniel Garcia
2013-11-11Merge branch 'FastSPI_LED2' into FastSPI_LED2.1Daniel Garcia
2013-11-11Rename library from FastSPI_LED2 to FastLEDarchive/FastSPI_LED2Daniel Garcia
2013-06-19Preliminary support for due - only tested with clockless chips at the moment....danielgarcia@gmail.com
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 y...danielgarcia@gmail.com
2013-05-31Expand the test case a little bit. Fix LPD8806 showColor. Add a separate me...danielgarcia@gmail.com
2013-05-31Tweaking the sample app a little bitdanielgarcia@gmail.com
2013-05-19Updated exampledanielgarcia@gmail.com
2013-04-26A number of avr/spi related fixes.danielgarcia@gmail.com
2013-04-26* Move chipset class definitions into their own headerfile called chipsetsdanielgarcia@gmail.com
2013-04-21* Fix a handful of clock timing bugs in fastspi_bitbang.hdanielgarcia@gmail.com
2013-04-04Fix clock adjustment, fix timings for clockless chipsdanielgarcia@gmail.com
2013-04-03Preliminary support for alternate RGB color orderings. Also, scaling, which ...danielgarcia@gmail.com
2013-03-25True direct hardware SPI support on the teensy 3.0danielgarcia@gmail.com
2013-03-25Fix SM16716 support in the library for teensy3 and avr'sdanielgarcia@gmail.com
2013-03-12Add support for the SM16716 chipset and allow the SPI code to write out a sta...danielgarcia@gmail.com
2013-03-12Add a guard to the ws2801 definitions to ensure a minimum amount of time betw...danielgarcia@gmail.com
2013-03-05Pull select pin out of the SPI templates, instead have instantiations of the ...danielgarcia@gmail.com
2013-03-05Rename templated Pin class to FastPin and create non-templated Pin access cla...danielgarcia@gmail.com
2013-03-05Replace latch with select in class/template definitions - they mean two diffe...danielgarcia@gmail.com
2013-02-19Some more code/documentation cleanupdanielgarcia@gmail.com
2013-02-18Some timing adjustments for ws2811 - account for the fact that teensy 3 at 96...danielgarcia@gmail.com
2013-02-18Complete support for the teensy 3.0 platform:danielgarcia@gmail.com
2013-02-09* Fix latch handling in the SPI classes (lo when transmitting, hi when not)danielgarcia@gmail.com
2013-02-09update exampledanielgarcia@gmail.com
2013-02-08Added simple example codedanielgarcia@gmail.com