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-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