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-09-15enforcing protections on internal methods in controllersDaniel Garcia
2014-06-04sam timing tweakDaniel Garcia
2014-04-18Fix the timing adjustments in k20 and sam clockless code.Daniel Garcia
2014-04-16Fix issue #48 - tweak timing on UDOO - appears to handle better and bring it ...Daniel Garcia
2014-04-09Try to block compiler optimizations on SysTick accessDaniel Garcia
2014-04-08Clean up sam clockless code, hopefully improving accuracy on it.Daniel Garcia
2014-04-02Fix issue #47 - adjust when we setup the pixels controller to minimize the am...Daniel Garcia
2014-04-01tweaking digix timing.Daniel Garcia
2014-03-16* Move controller linkage to linked list, get rid of constant array of contro...Daniel 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-12Fix ordering of steping the ditheringDaniel Garcia
2014-03-12Re-enable the extra bit output in the trinket codeDaniel Garcia
2014-03-10Extend GW6205 support to the other clockless platformsDaniel Garcia
2014-03-09Centralized the rgb data load, advancing, scaling, and dithering code. This ...Daniel Garcia
2014-03-04Pull mark's changes back into trinket codeDaniel Garcia
2014-03-04Apply mark's adjustments for the dithering and add to the sam3x as wellDaniel Garcia
2014-02-19Fixing regular AVR build, flipping all AVR code over to using the clockless_t...Daniel Garcia
2014-02-13fixing delay, againDaniel Garcia
2014-02-13Switch brightness over to CRGB as wellDaniel Garcia
2014-02-13Add dithering support for clockless chips on the dueDaniel Garcia
2014-01-27splitting out clockless code into all its own header filesDaniel Garcia