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
2018-12-22Fixed Divide by 0 in CRGB::maximizeBrightnessJulian Kandlhofer
2016-08-04Added const qualifier to lerp8 and lerp16 signatures as per #332Michael Copland
2016-06-10Made lerp8 and lerp16 reference parameters constMichael Copland
2016-02-17Tweak getAverageLight to do the right thing in a fixed scale8 worldDaniel Garcia
2016-02-16Initial doxygen-zie of CRBGDaniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-10-12Make sure the non-destructive scale8 method on CRGB is constDaniel Garcia
2015-10-03Shut up a bunch of warnings coming down the line in 1.6.6Daniel Garcia
2015-09-20scoping oppsDaniel Garcia
2015-09-14adding another scale function to CRGBDaniel Garcia
2015-09-14Break out some of the color correction codeDaniel Garcia
2015-08-19Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Daniel Garcia
2015-08-18Include rgb24 conversion with SmartMatrix3, but not SMART_MATRIX controllerLouis Beaudoin
2015-08-11documentation updatesDaniel Garcia
2015-07-14Consting a few functions for #181.Daniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2014-12-09Added CRGB::getParity, CRGB::setParity, and fairy light color apporximations:...Mark Kriegsman
2014-08-05Adding support for the smart matrix panel/library.Daniel Garcia
2014-06-01CRGB::lerp should be using 8by8, not 16by8. Add operator>>= for fast shiftin...Daniel Garcia
2014-05-21Adding linear interpolation to CRGB pixels.Daniel Garcia
2014-04-17Added HUE_RED, etc. as defined enum constants.Mark Kriegsman
2014-03-16* Move controller linkage to linked list, get rid of constant array of contro...Daniel Garcia
2014-03-11First pass at color/temperature correction codeDaniel Garcia
2014-01-29Adding grey aliases for the gray colors.Daniel Garcia
2013-08-20Renamed operator+=(uint8_t) and operator-=(uint8_t) to addToRGB and subtractF...kriegsman@gmail.com
2013-07-24MEK: fadeLightBy, fadeToBlackBy, maximizeBrightnesskriegsman@gmail.com
2013-07-16MEK: added HSV setters on CRGB pixels - woo! Exposed getting the current ran...kriegsman@gmail.com
2013-05-31Bring back the squant\!danielgarcia@gmail.com
2013-05-30MEK: added color code support, fill_rainbow and fill_solid, cleanup preparing...kriegsman@gmail.com
2013-05-25MEK: RENAMED THINGS; your code will need name changes. Renamed hsv2rgb method...kriegsman@gmail.com
2013-04-26Add basic copy/assignment constructors to CHSV, add const operator[] to CRGBdanielgarcia@gmail.com
2013-04-26MEK: 30+ new methods on CRGBkriegsman@gmail.com
2013-04-23Add raw array access to hsv structure, and operator[] operations to hsv and r...danielgarcia@gmail.com
2013-04-10MEK: initial hsv2rgb; moved CRGB to pixeltypes.h. AVR implementation of hsv2...kriegsman@gmail.com