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
2016-02-17Tweak dithering value setup in a world where scale8 is fixedDaniel Garcia
2016-01-24DUE parallel controller now uses CPixelLedController as a baseDaniel Garcia
2016-01-24Merge Pixel and MultiPixelControllerDaniel Garcia
2016-01-24More work on merging Pixel/MultiPixelControllerDaniel Garcia
2016-01-23Swap MPC template argument ordering to prep for merging the pixel/multi pixel...Daniel Garcia
2016-01-23Merge branch 'master' into rgbwDaniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-10-19Convert all non multi-controllers to base off of CPixelLEDController.Daniel Garcia
2015-10-19Add a templated CPixelLEDController, which templates on RGB_ORDER. This is a...Daniel Garcia
2015-10-19Remove ARGB support in prep for supporting an RGB/RGBW worldDaniel Garcia
2015-10-12Fix power management for parallel controllersDaniel Garcia
2015-09-14Break out some of the color correction codeDaniel Garcia
2015-08-11Adding doc notes to header filesDaniel Garcia
2015-07-18Have max refresh rate set by default to the slowest refresh rate of any added...Daniel Garcia
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-17Adding more documentation to header filesDaniel Garcia
2015-02-17doc updatesDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2014-07-07checkpointDaniel Garcia
2014-06-15Adding parallel pixel controllerDaniel Garcia
2014-06-07Merge from FastLED2.1Daniel Garcia
2014-06-02Adding leds/[] operators on controllers and LEDS.Daniel Garcia
2014-05-19merging FastLED2.1Daniel Garcia
2014-05-12Dropped VIRTUAL_BITS from the hopelessly unrealistic '8' to the only modestly...Mark Kriegsman
2014-05-01checkpointDaniel Garcia
2014-04-10Made 'number of virtual bits' of dithering configurable (see VIRTUAL_BITS), c...Mark Kriegsman
2014-03-20PixelController wasn't limiting applying the dithering to non-0 pixelsDaniel Garcia
2014-03-17still unused code for ATTiny version of scale8, to get rid of calls to mul. ...Daniel Garcia
2014-03-16* Move controller linkage to linked list, get rid of constant array of contro...Daniel Garcia
2014-03-16* Move brightness into a 8 bit scalarDaniel Garcia
2014-03-16Move responsibility for scaling brightness to color correction/temperature in...Daniel Garcia
2014-03-12Fix ordering of steping the ditheringDaniel Garcia
2014-03-11First pass at color/temperature correction codeDaniel Garcia
2014-03-10Merge commit '2e5f90f' into DitheringDaniel Garcia
2014-03-10* Add rgb scaling and dithering support to all the SPI based chipsetsDaniel Garcia
2014-03-09Cleanup some spurious code from the asmDaniel Garcia
2014-03-09doc updatesDaniel Garcia
2014-03-09Centralized the rgb data load, advancing, scaling, and dithering code. This ...Daniel Garcia
2014-02-13Switch brightness over to CRGB as wellDaniel Garcia
2014-02-13Add dithering support for clockless chips on the dueDaniel Garcia
2014-01-21merge from mainline releaseDaniel Garcia
2013-11-22Fixing up typosDaniel Garcia
2013-06-19Preliminary support for due - only tested with clockless chips at the moment....danielgarcia@gmail.com
2013-04-26* Move chipset class definitions into their own headerfile called chipsetsdanielgarcia@gmail.com
2013-04-10MEK: initial hsv2rgb; moved CRGB to pixeltypes.h. AVR implementation of hsv2...kriegsman@gmail.com
2013-04-03Preliminary support for alternate RGB color orderings. Also, scaling, which ...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-02-19Add more documentation to the library and some slight code cleanupdanielgarcia@gmail.com
2013-02-08Initial checkin of FastSPI_LED2 core filesdanielgarcia@gmail.com