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-06-15Adding DATA_RATE_ defs for clock doubled environments. Also, teensy 3.1 SPI ...Daniel Garcia
2014-04-09Add support for the second hardware SPI port on the teensy 3.1Daniel Garcia
2014-03-10Reference/beginning of hardware SPI support for the due, some other code cleanupDaniel Garcia
2014-01-27Splitting pin definitions out into platform specific filesDaniel Garcia
2014-01-21Preliminary teensy 3.1 support (aka, it compiles)Daniel Garcia
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-09Splitting out the various spi definitions for future manglingdanielgarcia@gmail.com
2013-04-03Preliminary support for alternate RGB color orderings. Also, scaling, which ...danielgarcia@gmail.com
2013-03-26Add functions to allow clearing an arbitrary number of leds down to 0.danielgarcia@gmail.com
2013-03-25True direct hardware SPI support on the teensy 3.0danielgarcia@gmail.com
2013-03-25Adding teensy++2.0 pin definitionsdanielgarcia@gmail.com
2013-03-25Adding some warnings and tweaking messagingdanielgarcia@gmail.com
2013-03-25Add port/pin definitions for the megasdanielgarcia@gmail.com
2013-03-25Separate out pin definitions for leonardo and teensy.danielgarcia@gmail.com
2013-03-25Fix SM16716 support in the library for teensy3 and avr'sdanielgarcia@gmail.com
2013-03-12Add a #define people can use before including the headerfiles to indicate whe...danielgarcia@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-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-19Add more documentation to the library and some slight code cleanupdanielgarcia@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-09Tweak some class names. Add compile time messaging for missing information f...danielgarcia@gmail.com
2013-02-09* modify pin code to gracefully choose between accelerated pin access for pla...danielgarcia@gmail.com
2013-02-08Initial checkin of FastSPI_LED2 core filesdanielgarcia@gmail.com