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
2014-04-03Adding a version #define to FastLED so people can condition on versions.Daniel Garcia
2014-04-02Give up on the dream of 24-way parallel output on the due, at least until we ↵Daniel Garcia
can figure out how to overclock the fscker.
2014-04-02merging from 2.1Daniel Garcia
2014-04-01Adding block controllers for arm k20/sam clockless chipsDaniel Garcia
2014-03-21Add global setDither/setTemp/setCorrection methods - this will propagate the ↵Daniel Garcia
cahnge to all the controllers.
2014-03-17still unused code for ATTiny version of scale8, to get rid of calls to mul. ↵Daniel Garcia
Add ability to modify FastLED.h to disable color correction and/or dithering (with program space savings)
2014-03-16* Move controller linkage to linked list, get rid of constant array of ↵Daniel Garcia
controllers * Perform memory usage trimming on avr code and code across the board * Tweak template instantiations for clockless chipsets to get rid of spurious globals that were never being used.
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-11Make FastLED.addLeds return a reference instead of a pointer.Daniel Garcia
2014-02-19Dithering, rgb balance, video scaling code put into k20 codeDaniel Garcia
2014-02-19The moon. The mother fucking moon. Working dithering, RGB adjust, inline ↵Daniel Garcia
scale8_video on an 8Mhz, hardware-mul-less -trinket-
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-01-27splitting out clockless code into all its own header filesDaniel Garcia
2014-01-27Resolve #16 - adding support for the UCS1903B everywhere.Daniel Garcia
2014-01-21merge from mainline releaseDaniel Garcia
2013-12-06Forgot to make the controllers static so they stick aroundDaniel Garcia
2013-12-04Remove need for new/malloc/free/delete from stock library, shaves ~800 bytes ↵Daniel Garcia
off of builds
2013-11-23Checkpointing trinket work - have spacing/instructions for output w/o ↵Daniel Garcia
scaling, but w/reordering
2013-11-11Merging from masterDaniel Garcia
2013-11-11Change clear to clear led arrays, with the boolean option to be whether or ↵Daniel Garcia
not to push cleared led data out to the leds (default to false)
2013-11-11Have NEOPIXELs default to a GRB ordering.Daniel Garcia
2013-11-11Merge branch 'FastSPI_LED2' into FastSPI_LED2.1Daniel Garcia
2013-11-11Rename library from FastSPI_LED2 to FastLEDarchive/FastSPI_LED2Daniel Garcia