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-04-18Adding basic XY Matrix exampleMark Kriegsman
2014-04-18Updating README.md asking people to please use the g+ community for advice/qu...Daniel Garcia
2014-04-18Fixing LPD8806 adjustmentDaniel Garcia
2014-04-18Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-04-18Fix the timing adjustments in k20 and sam clockless code.Daniel Garcia
2014-04-17Updated preview_changes.txtMark Kriegsman
2014-04-17Added HUE_RED, etc. as defined enum constants.Mark Kriegsman
2014-04-17Changing names to TypicalFooMark Kriegsman
2014-04-16Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-04-16Fix issue #48 - tweak timing on UDOO - appears to handle better and bring it ...Daniel Garcia
2014-04-10Made 'number of virtual bits' of dithering configurable (see VIRTUAL_BITS), c...Mark Kriegsman
2014-04-09Try to block compiler optimizations on SysTick accessDaniel Garcia
2014-04-09Updating the changes.txt fileDaniel Garcia
2014-04-09Add support for the second hardware SPI port on the teensy 3.1Daniel Garcia
2014-04-09Improve timing adjustments for the teensy3 clockless chips.Daniel Garcia
2014-04-08Clean up sam clockless code, hopefully improving accuracy on it.Daniel Garcia
2014-04-08Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Mark Kriegsman
2014-04-08Fixing scale8_video( {X>0}, 0)Mark Kriegsman
2014-04-04What are betas for if not experimenting? Tossing in a LPD1886 trialDaniel Garcia
2014-04-03Fix compiling dc_AVR for chipsets with long delay times in them, e.g. UCS1903Daniel Garcia
2014-04-03Adding a version #define to FastLED so people can condition on versions.Daniel Garcia
2014-04-03not putting this hereDaniel Garcia
2014-04-03blahDaniel Garcia
2014-04-03Make sure writePixels doesn't get inlined aggressively, there's really no goo...Daniel Garcia
2014-04-02Fix issue #47 - adjust when we setup the pixels controller to minimize the am...Daniel Garcia
2014-04-02Fix teensy @24Mhz for WS2812.Daniel Garcia
2014-04-02Some k20 cleanupDaniel Garcia
2014-04-02Fix teensy at 48Mhz operations.Daniel Garcia
2014-04-01updating notes filesDaniel Garcia
2014-04-01fixing merge conflictsDaniel Garcia
2014-04-01tweaking digix timing.Daniel Garcia
2014-04-01Pulling over, manually, a pull request to pack down the pin class a couple by...Daniel Garcia
2014-03-25Stop trying to include avr/io.h when we don't recognize the platformDaniel Garcia
2014-03-21Add global setDither/setTemp/setCorrection methods - this will propagate the ...Daniel Garcia
2014-03-20PixelController wasn't limiting applying the dithering to non-0 pixelsDaniel Garcia
2014-03-17still unused code for ATTiny version of scale8, to get rid of calls to mul. ...Daniel Garcia
2014-03-16Making blink trinket friendly out of the boxDaniel Garcia
2014-03-16Tweaking NEOPIXEL examplesDaniel Garcia
2014-03-16* Move controller linkage to linked list, get rid of constant array of contro...Daniel Garcia
2014-03-16Tweak variable ordering to play nicer w/gcc register allocationDaniel Garcia
2014-03-16Fix SPI buildsDaniel Garcia
2014-03-16* Move brightness into a 8 bit scalarDaniel Garcia
2014-03-16Move responsibility for scaling brightness to color correction/temperature in...Daniel Garcia
2014-03-14Merge branch 'Dithering' of https://github.com/FastLED/FastLED into DitheringDaniel Garcia
2014-03-14Merge pull request #38 from gromain/FastLED2.1Daniel Garcia
2014-03-14Update to line 58 fastpin_avr.hRomain Bazile
2014-03-14fix compile errorDaniel Garcia
2014-03-14Change to 'twothirds' to a slightly (one bit) more accurate value.Mark Kriegsman
2014-03-14mergining in updates from 2.1 branchDaniel Garcia
2014-03-14sync w/masterDaniel Garcia