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-11-18Re-arranging code layout, pulling off platform specific headers into their ↵Daniel Garcia
own directories.
2014-10-08Some port/pin flag tweaks for the K20 hardware SPI supportDaniel Garcia
2014-07-04Fix for renamed KINETISK_SPI_t typedef in Teensyduino 1.20PaulStoffregen
2014-06-15Adding DATA_RATE_ defs for clock doubled environments. Also, teensy 3.1 SPI ↵Daniel Garcia
on pins 7/14 still uses SPI0, not SPI1.
2014-05-31We don't need these toggles.Daniel Garcia
2014-05-25Add a clock toggle to the end of all the spi workDaniel Garcia
2014-04-09Add support for the second hardware SPI port on the teensy 3.1Daniel Garcia
2014-03-16Fix SPI buildsDaniel Garcia
2014-03-16* Move brightness into a 8 bit scalarDaniel Garcia
* Move loop control into PixelController and update everything to use PixelController * Replace writeBytes3 methods in the SPI implementations with writePixels instead, and have them use PixelControllers. * Prototype using the DWT cycle counter for sam like k20 (doesn't work yet, however) * Other minor code cleanups
2014-03-10Reference/beginning of hardware SPI support for the due, some other code cleanupDaniel Garcia
2014-03-10* Add rgb scaling and dithering support to all the SPI based chipsetsDaniel Garcia
* Fix some compiler warnings, and do other code cleanup * All LED chipsets are now using the PixelController object for loading, scaling, re-ordering rgb data
2014-02-11Fix issues #26 (ensure LPD8806's 8-7bit conversion doesn't drop non-black ↵Daniel Garcia
pixel values to black) and #25 (ensure that we get the right clockless chip timings when running on 8Mhz AVRs, regardless of whether or not we have hardware mul - aka the adafruit Flora)
2014-01-27Splitting pin definitions out into platform specific filesDaniel Garcia