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-05-17Correct an off-by-one bug in hue calculation, part II. Hopefully fixes #602 ...Mark Kriegsman
2018-05-17Correct an off-by-one bug in hue calculation. Hopefully fixes #602.Mark Kriegsman
2017-11-02Makefile Compilation Fix (#490)Nico
2017-01-20Fixed loss-of-precision bug in pixel blending. Pixel blending should be a li...Mark Kriegsman
2017-01-09Making 'HeatColor' finally aware of 'new' scale8 behavior. Fixes #284Mark Kriegsman
2016-02-17In ColorFromPalette(s), skip redundant (and overflowing) increment of values ...Mark Kriegsman
2015-12-27Another 15-20% speedup in ColorFromPalette. Added support for 32-entry palet...Mark Kriegsman
2015-12-27Palette lookups 10% faster (ColorFromPalette). Added support for constructin...Mark Kriegsman
2015-10-06ColorFromPalette functions should use 255 not 256 for determining the blended...Daniel Garcia
2015-10-03Shut up a bunch of warnings coming down the line in 1.6.6Daniel Garcia
2015-08-05Added napplyGamma_video variations -- should be the last of it, until someday...Mark Kriegsman
2015-08-04Added support for loading gradient palettes from SRAM ('dynamic') as well as ...Mark Kriegsman
2015-08-04Fix #195 bug with fill_gradient_RGB, also added TProgmemRGBGradientPalettePtr...Mark Kriegsman
2015-07-30Changing some stray 'byte's to 'uint8_t'sMark Kriegsman
2015-07-23PROGMEM made optional. Control via FASTLED_USE_PROGMEM, which defaults to th...Mark Kriegsman
2015-02-09Fix compilation errors surrounding namespace - also rename the namespace, hav...Daniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-01-03Add a short circuit to nblendDaniel Garcia
2014-12-13Added nblendPaletteTowardPalette as a toplevel function for palette crossfade...Mark Kriegsman
2014-12-11Added support for ColorFromPalette directly from a progmem RGB palette16Mark Kriegsman
2014-11-27Made rainbow slightly brighter. No 'Rainbow Bright' jokes, please.Mark Kriegsman
2014-11-27Removed 'weak' attribte from forward reference to XY, as it allows (oops) com...Mark Kriegsman
2014-11-25Fix off-by-one error in array blend functions.Mark Kriegsman
2014-11-25Add ((weak)) attribute to forward declaration of user-supplied XY functionMark Kriegsman
2014-11-22We only need to see the FastLED version warning once, thank you very muchDaniel Garcia
2014-11-18Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Daniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
2014-11-13Added blur1d, blur2d, and fadeUsingColorMark Kriegsman
2014-10-14Fix for #79, improve HSV ramps to/from pure black/white.Mark Kriegsman
2014-10-11Added CHSVPalette16, CHSVPalette256, and map_data_into_colors_through_palette...Mark Kriegsman
2014-10-05Fix for fill_gradient, switch to templates for a few functions to allow use o...Mark Kriegsman
2014-09-24Added HSV blend functionsMark Kriegsman
2014-07-10Fix compile errors for arduino 1.5.7 - no testing done yet. Issue #67Daniel Garcia
2014-06-27Added gradient variations, reorg'd palettes a bit.Mark Kriegsman
2014-06-20Restructured palettes into actual classes. Think we're good to go now.Mark Kriegsman
2014-06-18Corrected a colorMark Kriegsman
2014-06-18Changing names after some further thought, before we announce. Todo: clean u...Mark Kriegsman
2014-06-18Initial Palette support.Mark Kriegsman
2014-05-31Added fill_gradientMark Kriegsman
2014-05-29Added array versions ofnscale8_video, fade_video, fadeLightBy, nscale8, fade_...Mark Kriegsman
2014-04-18Added HeatColor function, started new file 'colorutils'Mark Kriegsman