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-11-09Fix build problems that some (but oddly, not all) people were having with 1.5.8.3.0.3Daniel Garcia
2014-11-09Updating readme to include Yún supportDaniel Garcia
2014-11-08Bumping version number and updating notes3.0.2Daniel Garcia
2014-11-08Possible fix for issues #67 (arduino 1.5.7 support) and #90 (gcc 4.8 issues?)Daniel Garcia
2014-11-08Block compiling with gcc 4.8 and higher on AVR for the time being, until we c...Daniel Garcia
2014-10-29Bumping version numberDaniel Garcia
2014-10-29Fix Issue #89, disable the max power indicator pin.3.0.1Daniel Garcia
2014-10-24update readmev3.0.0releases/FastLED-3-0-0Daniel Garcia
2014-10-24Bumping version numberDaniel Garcia
2014-10-24merge from FastLED2.1 branchDaniel Garcia
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