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-10-24Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1archive/FastLED2.1Daniel Garcia
2014-10-24noise tweakDaniel Garcia
2014-10-24Added beat (BPM) generators.Mark Kriegsman
2014-10-24Fixing sin8 and sin16 keywordsMark Kriegsman
2014-10-22Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-10-22Silently disable dithering if the frame rate is < 100fpsDaniel Garcia
2014-10-22Add compile-time 'warning' with FastLED version number. Bumped to 2.1.1Mark Kriegsman
2014-10-22Fix readme warning about 1.5.7Daniel Garcia
2014-10-22tweaking release notesDaniel Garcia
2014-10-21Forcibly break compilation under arduino 1.5.7 and later until I can fix GCC ...Daniel Garcia
2014-10-20Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-10-20Change default order of APA102 RGB to BGR.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-13Add even more keywordsDaniel Garcia
2014-10-13Update release notesDaniel Garcia
2014-10-13Adding a bunch of keywords in prep for merging back to masterDaniel Garcia
2014-10-12Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-10-12Add alias for APA104 to WS2811Daniel Garcia
2014-10-12Tweaking platform infoDaniel Garcia
2014-10-11Added CHSVPalette16, CHSVPalette256, and map_data_into_colors_through_palette...Mark Kriegsman
2014-10-11Tweak bit-bang'd SPI timing for running high speed chipsetsDaniel Garcia
2014-10-10APA102 bug fixing and speed tweakingDaniel Garcia
2014-10-10Bring DMX kicking and screaming into the FastLED2.1 worldDaniel Garcia
2014-10-10Adjusting timings for k20 based clockless chipsDaniel Garcia
2014-10-08Made the comments match the code. Also reality.Mark Kriegsman
2014-10-08Trying to clean up software SPI timingsDaniel Garcia
2014-10-08Some port/pin flag tweaks for the K20 hardware SPI supportDaniel Garcia
2014-10-06change 'byte' to 'uint8_t'Mark Kriegsman
2014-10-05Fix for fill_gradient, switch to templates for a few functions to allow use o...Mark Kriegsman
2014-10-05Adding noise+palette exampleMark Kriegsman
2014-10-02make sure getFPS has a bodyDaniel Garcia
2014-10-02Tweak k20 timing for clockless chipsets, adjust for T3/3.1 clock speedDaniel Garcia
2014-10-02Getting rid of redundant countFPS callsDaniel Garcia
2014-10-02Issue #70 - turns out the clock doubling behavior is right - we just can't dr...Daniel Garcia
2014-10-02Turns out everything we were doing with the SPI clock doubling stuff on the t...Daniel Garcia
2014-10-02Clean up warningsDaniel Garcia
2014-10-02Tweak countFPS to only count (adding a getFPS method for getting the current ...Daniel Garcia
2014-10-02Fix FirstLight default pinDaniel Garcia
2014-10-02Not ready to adjust the timing yet, actuallyDaniel Garcia
2014-10-02Tweaking WS2811 timingsDaniel Garcia
2014-10-02Fix indexing error in one of the noise functionsDaniel Garcia
2014-09-30Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-09-30Radio shack's supplier tweaked the TM1803 timing numbers againDaniel Garcia
2014-09-26Added dim8_lin, brighten8_lin, and sqrt16Mark Kriegsman
2014-09-24Added HSV blend functionsMark Kriegsman
2014-09-24Fix boundary conditions in Fire examplesMark Kriegsman
2014-09-15enforcing protections on internal methods in controllersDaniel Garcia
2014-09-15Fix hanging that occurrs w/FastLED.delayDaniel Garcia
2014-09-15Shut up warnings about progmem and color palettes. Also, move the palette de...Daniel Garcia