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-20Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Daniel Garcia
2014-11-20Fix A5 support on the leonardoDaniel Garcia
2014-11-18Greatly improved randomness of random8 with just one add operation. It's alw...Mark Kriegsman
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-11-13beat functions: added timebase adjustment and unilateral phase detractors.Mark Kriegsman
2014-11-13Tightening up timing on avr a bit moreDaniel Garcia
2014-11-12Improve the math a bitDaniel Garcia
2014-11-12Provide a FastLED specific version of wiring for the timing functions when on...Daniel Garcia
2014-11-12Tweak how the trinket clockless code tracks its timingDaniel Garcia
2014-11-12Adjust thresholds for a tighter timed worldDaniel Garcia
2014-11-08Shut down compiler warnings referenced in #96. Verified that the palettes st...Daniel Garcia
2014-11-08Fix due on 3.1 branchDaniel Garcia
2014-11-08tweaking interrupt codeDaniel Garcia
2014-11-08Possible fix for issues #67 (arduino 1.5.7 support) and #90 (gcc 4.8 issues?)Daniel Garcia
2014-11-08Merge branch 'master' into FastLED3.1Daniel Garcia
2014-11-08Block compiling with gcc 4.8 and higher on AVR for the time being, until we c...Daniel Garcia
2014-11-06Another 1-2% faster 8-bit noise on AVR using a small asm widget to replace ba...Mark Kriegsman
2014-11-06Slight speedup and code size reduction by changing 16-bit-shift+AND to 8-bit ...Mark Kriegsman
2014-11-06Speedup for 8-bit noise (~5%) by using avg7(u,v)Mark Kriegsman
2014-11-06Added avg8 and avg7Mark Kriegsman
2014-11-05Shut up compiler warnings on armDaniel Garcia
2014-11-04Add extra C++ bits that some environments might needDaniel Garcia
2014-11-04Removing references to millisecond counter adjustments since they aren't need...Daniel Garcia
2014-11-04Fix #92 from bad cleanup of dead codeDaniel Garcia
2014-11-04bumping preview changes docDaniel Garcia
2014-11-04Make the due interrupt friendly and get it off the SysTick timer.Daniel Garcia
2014-11-01fix typoDaniel Garcia
2014-11-01example tweakDaniel Garcia
2014-11-01merging from masterDaniel Garcia
2014-11-01checkpointDaniel Garcia
2014-10-30Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Daniel Garcia
2014-10-30Get rid of some extra globalsDaniel Garcia
2014-10-30Don't need bitswap functions on non-arm yetDaniel Garcia
2014-10-30Keep (TCNT0-lasttime) to 8-bits, as it'll never be more than that anyway.Mark Kriegsman
2014-10-30Survive interrupts changing pins on AVRDaniel Garcia
2014-10-30Centralize setting the interrupt threshold adjustmentDaniel Garcia
2014-10-30Make the interrupt gap-handling dynamic based on the define WAIT_TIME for the...Daniel Garcia
2014-10-30update notesDaniel Garcia
2014-10-30Interrupt friendly behavior for AVRDaniel Garcia
2014-10-29Bumping version numberDaniel Garcia
2014-10-29Merge branch 'master' into FastLED3.1Daniel Garcia
2014-10-29Fix Issue #89, disable the max power indicator pin.3.0.1Daniel Garcia
2014-10-29Update preview changes. Add max refresh rate setting w/default to 400Hz.Daniel Garcia
2014-10-28Make 3-wire led chip support on the teensy 3/3.1 interrupt friendly.Daniel Garcia
2014-10-28Adding a port of PJRC's spectrum analyzer to use FastLED's OctoWS2811 controllerDaniel Garcia
2014-10-28Protect against people declaring more lanes than a port may supportDaniel Garcia
2014-10-28Better handling of odd numbers of lanesDaniel Garcia
2014-10-28more tweaking of parallel performanceDaniel Garcia