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-01-04Merge branch 'master' of https://github.com/FastLED/FastLEDv2-finalrcv2-finalDaniel Garcia
2014-01-04removing stale codeDaniel Garcia
2013-12-10Merge branch 'master' of github.com:FastLED/FastLEDMark Kriegsman
2013-12-10Fix memmove8's direction.Mark Kriegsman
2013-12-07Adding Due to the list of future supported platformsDaniel Garcia
2013-12-06Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2013-12-06Include the right header fileDaniel Garcia
2013-12-06Forgot to make the controllers static so they stick aroundDaniel Garcia
2013-12-04Added short list of LEDs no longer supported by the librarykriegsman
2013-12-04Change FastLED.cpp to include FastLED.h, not old FastSPI_LED2.Mark Kriegsman
2013-12-04Reduce code size even furtherDaniel Garcia
2013-12-04Remove need for new/malloc/free/delete from stock library, shaves ~800 bytes ...Daniel Garcia
2013-11-30Fixing teensy 3 build over hereDaniel 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-24Fixing some nop constants in delay.h to make them betterDaniel Garcia
2013-11-24Cleaning up asm code furtherDaniel Garcia
2013-11-24Doing some code cleanupDaniel 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
2013-11-22Fixing up typosDaniel Garcia
2013-11-19Removing some cruft from the first light programDaniel Garcia
2013-11-12added a trivial comma; testingMark Kriegsman
2013-11-12typo fixkriegsman
2013-11-11Update readme with some more informationDaniel Garcia
2013-11-11Add blink exampleDaniel Garcia
2013-11-11Change clear to clear led arrays, with the boolean option to be whether or no...Daniel Garcia
2013-11-11Fixing keywords because tabs are countedDaniel Garcia
2013-11-11Updating readme with slightly more useful informationDaniel Garcia
2013-11-11Adding a new cylon eye type exampleDaniel Garcia
2013-11-11Have NEOPIXELs default to a GRB ordering.Daniel Garcia
2013-11-11Updating readmeDaniel Garcia
2013-11-11Updating readmeDaniel Garcia
2013-11-11Adding stub file to redirect includes to the new name for the library, also a...Daniel Garcia
2013-11-11Removing unused filesDaniel Garcia
2013-11-11Updating the release/preview notesDaniel Garcia
2013-11-11Adding keywords for all the fun stuffDaniel Garcia
2013-11-11Merge branch 'FastSPI_LED2'Daniel Garcia
2013-11-11Rename library from FastSPI_LED2 to FastLEDarchive/FastSPI_LED2Daniel Garcia
2013-11-11Merge branch 'master' of github.com:FastLED/FastLEDDaniel Garcia
2013-11-10Initial commitfocalintent
2013-11-07Fix clock adjustment when there's more than ~140 leds.danielgarcia@gmail.com
2013-11-06WS2801 is actually 500µs low time required for resetdanielgarcia@gmail.com
2013-11-02Updated Gemma and Trinket status noteskriegsman@gmail.com
2013-11-02Don't need to scale twicedanielgarcia@gmail.com
2013-11-02Add ATTiny pin definitionsdanielgarcia@gmail.com