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-24FIx #870 -- make sure that the spi clock times, now that the template paramet...Daniel Garcia
2019-08-13Teensy 4 support! (#864)Daniel Garcia
2019-01-20Better fix to ensure no adjacent register write opcodes to optimize out on esp32Daniel Garcia
2018-09-09Fix apa102 output for esp32 where the compiler is optimizing some of our pin ...Daniel Garcia
2017-08-17Fix #478 -- don't use a generic name for NOP in case other platforms mess wit...Daniel Garcia
2016-01-23Better adjusted delays for bitbang'd spi output.Daniel Garcia
2016-01-19Better distribution of delay cycles for bitbang'd spi output - currently requ...Daniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-03-15Add clockless led chip support to the d21Daniel Garcia
2015-03-15Adding d21 support for the Arduino Zero. Adding fastpin support for the d21.Daniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-01-30Fix software SPI on the teensy 3.1 for APA102.Daniel Garcia
2014-10-11Tweak bit-bang'd SPI timing for running high speed chipsetsDaniel Garcia
2014-10-08Trying to clean up software SPI timingsDaniel Garcia
2014-05-31We don't need these toggles.Daniel Garcia
2014-05-24Try fixing bitbang'd spi outputDaniel Garcia
2014-04-03Make sure writePixels doesn't get inlined aggressively, there's really no goo...Daniel Garcia
2014-03-16Fix SPI buildsDaniel Garcia
2014-03-16* Move brightness into a 8 bit scalarDaniel Garcia
2014-03-10* Add rgb scaling and dithering support to all the SPI based chipsetsDaniel Garcia
2013-07-24Fix the issue where clock and data are on the same port, at a slight impact t...danielgarcia@gmail.com
2013-06-14Undo the blocking of the same port optimization - because different port code...danielgarcia@gmail.com
2013-06-12Disable same port pin optimization for SPI for the moment, some chips/chipset...danielgarcia@gmail.com
2013-06-01Checking in the TCL work code in case someone wants it - builds, no testing y...danielgarcia@gmail.com
2013-04-26A number of avr/spi related fixes.danielgarcia@gmail.com
2013-04-26some fixes/code cleanup for bitbangingdanielgarcia@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