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 (Collapse)Author
2015-02-08More accurate end frame for APA102.Daniel Garcia
2015-02-07Making clockless code compile in conditionally.Daniel Garcia
2015-01-15Fix issue #120 - add timings for the UCS1904.Daniel Garcia
2015-01-14Fix #107 - make sure our APA102 end buffer is complete.Daniel Garcia
2015-01-05Add WS2812 entries to the other half of chipsets.hDaniel Garcia
2015-01-03Separate out WS2811 and WS2812 timing. Define APA104 according to WS2811 ↵Daniel Garcia
timings, not WS2812 timings.
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ↵Daniel Garcia
own directories.
2014-10-25resolving conflictsDaniel Garcia
2014-10-20Change default order of APA102 RGB to BGR.Daniel Garcia
2014-10-10APA102 bug fixing and speed tweakingDaniel Garcia
2014-10-10Adjusting timings for k20 based clockless chipsDaniel Garcia
2014-10-02Issue #70 - turns out the clock doubling behavior is right - we just can't ↵Daniel Garcia
drive these chipsets as fast as we would like.
2014-10-02Turns out everything we were doing with the SPI clock doubling stuff on the ↵Daniel Garcia
teensy 3/3.1 was correct. 12Mhz is a more realistic driving speed for the teensy 3/3.1 for LPD8806 than 20Mhz.
2014-10-02Not ready to adjust the timing yet, actuallyDaniel Garcia
2014-10-02Tweaking WS2811 timingsDaniel Garcia
2014-09-30Radio shack's supplier tweaked the TM1803 timing numbers againDaniel Garcia
2014-09-30Radio shack's supplier tweaked the TM1803 timing numbers againDaniel Garcia
2014-09-15Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-09-15enforcing protections on internal methods in controllersDaniel Garcia
2014-07-09Adding frame end packet to APA102 support.Daniel Garcia
2014-07-01Merge branch 'FastLED2.1' into parallelDaniel Garcia
2014-06-29Add APA102 supportDaniel Garcia
2014-06-07Merge from FastLED2.1Daniel Garcia
2014-05-25Fix LPD8806 latch sending.Daniel Garcia
2014-05-21Prelim DeepPixel supportDaniel Garcia
2014-05-20Fixing up due/digix parallel/tm1809 output timing.Daniel Garcia
2014-05-14more tweaking for lpd8806Daniel Garcia
2014-05-09Define WS2803 using 25Mhz clock that datasheet claims. Tweak LPD8806 output.Daniel Garcia
2014-04-18Fixing LPD8806 adjustmentDaniel Garcia
2014-04-08Clean up sam clockless code, hopefully improving accuracy on it.Daniel Garcia
2014-04-04What are betas for if not experimenting? Tossing in a LPD1886 trialDaniel Garcia
2014-04-02Some k20 cleanupDaniel Garcia
2014-04-02Fix teensy at 48Mhz operations.Daniel Garcia
2014-03-16Fix SPI buildsDaniel Garcia
2014-03-16* Move brightness into a 8 bit scalarDaniel Garcia
* Move loop control into PixelController and update everything to use PixelController * Replace writeBytes3 methods in the SPI implementations with writePixels instead, and have them use PixelControllers. * Prototype using the DWT cycle counter for sam like k20 (doesn't work yet, however) * Other minor code cleanups
2014-03-16Move responsibility for scaling brightness to color correction/temperature ↵Daniel Garcia
into the controller objects. Return scale to being a uint8_t
2014-03-14mergining in updates from 2.1 branchDaniel Garcia
2014-03-10Extend GW6205 support to the other clockless platformsDaniel Garcia
2014-03-10* Add rgb scaling and dithering support to all the SPI based chipsetsDaniel Garcia
* Fix some compiler warnings, and do other code cleanup * All LED chipsets are now using the PixelController object for loading, scaling, re-ordering rgb data
2014-03-06Fix compile errors for avrDaniel Garcia
2014-02-19Fixing regular AVR build, flipping all AVR code over to using the ↵Daniel Garcia
clockless_trinket code. Dithering and RGB brightness control for everyone
2014-02-19Initial checkin of the dithering/white balance code for the trinketDaniel Garcia
2014-02-13Switch brightness over to CRGB as wellDaniel Garcia
2014-02-11Preliminary test support for the GW6205 dropping 4 0 bits after the 8 bits ↵Daniel Garcia
of rgb data. Note: this is just writing out 8bit data to a 12bit chipset. Next step will be filling in the low 4 bits from scaling results (if applicable), then finally real CRGB16 support
2014-02-11Fix issues #26 (ensure LPD8806's 8-7bit conversion doesn't drop non-black ↵Daniel Garcia
pixel values to black) and #25 (ensure that we get the right clockless chip timings when running on 8Mhz AVRs, regardless of whether or not we have hardware mul - aka the adafruit Flora)
2014-02-06Changing max LPD8806 speed to match datasheetDaniel Garcia
2014-01-27Resolve #16 - adding support for the UCS1903B everywhere.Daniel Garcia
2014-01-21Tweak/fix P9813 timing according to data sheetDaniel Garcia
2014-01-21Tweak/fix P9813 code according to data sheetDaniel Garcia
2014-01-21Merge branch 'master' into FastLED2.1Daniel Garcia