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
2017-03-25Force gradient palettes to be aligned in memory on ARM. Only needed on some ...Mark Kriegsman
2016-12-08Fix for crash caused when loading large palettesJake Bordens
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-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-10-22Adding operators == and != to color palettes.Mark Kriegsman
2015-09-23Merging 3.1 back to masterDaniel Garcia
2015-08-19Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Daniel Garcia
2015-08-18Fix for gradient fill direciton bug #200, similar to #195, but in the templat...Mark Kriegsman
2015-08-11Adding doc notes to header filesDaniel Garcia
2015-08-11documentation updatesDaniel Garcia
2015-08-09Added DECLARE_GRADIENT_PALETTE, and Rainbow_gp definition just for completeness.Mark Kriegsman
2015-08-09More faithful conversion of gradient palettes to CRGBPalette16; new version p...Mark Kriegsman
2015-08-05Added napplyGamma_video variations -- should be the last of it, until someday...Mark Kriegsman
2015-08-05Explicitly adding include of fastled_progmem here.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-23PROGMEM made optional. Control via FASTLED_USE_PROGMEM, which defaults to th...Mark Kriegsman
2015-07-18Added compact gradient palettes, initial support: RGB palettes only, and grad...Mark Kriegsman
2015-07-02Making AVR-ness more explicit, in slow preparation for future non-AVR, non-AR...Mark Kriegsman
2015-05-14Change BLEND to LINEARBLEND for ColorFromPaletteMark Kriegsman
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-17Adding more documentation to header filesDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel 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-13Added blur1d, blur2d, and fadeUsingColorMark Kriegsman
2014-11-09Fix build problems that some (but oddly, not all) people were having with 1.5.8.3.0.3Daniel Garcia
2014-11-08Shut down compiler warnings referenced in #96. Verified that the palettes st...Daniel Garcia
2014-10-14Typo fix.Mark 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-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-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