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-07Enable support for nRF52 chipset. (#802)Henry Gabryjelski
2016-05-23Hey, rfduino was never printing out #warning messages, so when i changed to #...Daniel Garcia
2016-05-22Try out pragma message vs. warning - still highlights red in the ideDaniel Garcia
2016-03-29Initial checkin of parallel esp8266 output.Daniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-10-05Fix the core spi code to work with chipsets like rfduino that allow hardware ...Daniel Garcia
2015-07-29Fix clock computation for hardware SPI for the teensy 3.x platformDaniel Garcia
2015-06-30Fix some typosDaniel Garcia
2015-06-29Checkpoint for n-way hardware SPI abuse on the teensy-lcDaniel Garcia
2015-03-23Allow any pairing of hardware clock/data pins on the teensy 3, because why notDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-02-08working hardware SPI support for teensy-lcDaniel Garcia
2015-02-04Set up systefs/fastled headers for k26. Tweak some TEENSY3 define checks to ...Daniel Garcia
2015-01-30Fixed UART SPI on AVR chipsets.Daniel Garcia
2014-11-24Prefix config defines with FASTLED_ to make sure we don't conflict with anyth...Daniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
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