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-10-02Tweaking WS2811 timingsDaniel Garcia
2014-09-15enforcing protections on internal methods in controllersDaniel Garcia
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-02Fix issue #47 - adjust when we setup the pixels controller to minimize the am...Daniel Garcia
2014-03-17still unused code for ATTiny version of scale8, to get rid of calls to mul. ...Daniel 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-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-12Fix ordering of steping the ditheringDaniel Garcia
2014-03-12Re-enable the extra bit output in the trinket codeDaniel Garcia
2014-03-12Fuck you, gcc. Just fuck you.Daniel Garcia
2014-03-11Fix up trinket dithering/timing/flag statesDaniel Garcia
2014-03-11Fix math noise errorDaniel Garcia
2014-03-10Extend GW6205 support to the other clockless platformsDaniel Garcia
2014-03-10Fix the trinket avr code for the mega and it's higher i/o port pin layoutsDaniel Garcia
2014-03-09Cleanup some spurious code from the asmDaniel Garcia
2014-03-09Converting the clockless code to use the new pixels object for setting up dit...Daniel Garcia
2014-03-04Pull mark's changes back into trinket codeDaniel Garcia
2014-02-19Fixing regular AVR build, flipping all AVR code over to using the clockless_t...Daniel Garcia
2014-02-19The moon. The mother fucking moon. Working dithering, RGB adjust, inline sc...Daniel Garcia
2014-02-19Initial checkin of the dithering/white balance code for the trinketDaniel Garcia
2014-01-27splitting out clockless code into all its own header filesDaniel Garcia
2013-12-04Reduce code size even furtherDaniel Garcia
2013-11-28Make sure we're scaling the first byte. Also, make sure we're computing the ...Daniel Garcia
2013-11-28Roll trinket definitions into standard definitions, so library users see no c...Daniel Garcia
2013-11-24Cleaning up comments and asm code some more. Still need to make the code clo...Daniel Garcia
2013-11-24Cleaning up asm code furtherDaniel Garcia
2013-11-24RGB byte order optimization, some code cleanup. showRGBInternal code duplica...Daniel Garcia
2013-11-24Fix clockless trinket support from testing/timing sanity checkingDaniel Garcia
2013-11-23checkpointing inline brightness for 8Mhz trinket ws2811Daniel Garcia
2013-11-23Cleaning up the opcode specs and putting timing information in for it all, wi...Daniel Garcia
2013-11-23Checkpointing trinket work - have spacing/instructions for output w/o scaling...Daniel Garcia