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-22Add compile-time 'warning' with FastLED version number. Bumped to 2.1.1Mark Kriegsman
2014-10-12Add alias for APA104 to WS2811Daniel Garcia
2014-10-10Bring DMX kicking and screaming into the FastLED2.1 worldDaniel Garcia
2014-10-02make sure getFPS has a bodyDaniel Garcia
2014-10-02Tweak countFPS to only count (adding a getFPS method for getting the current ...Daniel Garcia
2014-09-11Change enum to SMART_MATRIXDaniel Garcia
2014-08-06Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-08-05Adding power management code, with global interfaces ONLY at this point.Mark Kriegsman
2014-08-05Adding support for the smart matrix panel/library.Daniel Garcia
2014-07-10Fix compile errors for arduino 1.5.7 - no testing done yet. Issue #67Daniel Garcia
2014-06-29Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1Daniel Garcia
2014-06-29Add APA102 supportDaniel Garcia
2014-06-27Added gradient variations, reorg'd palettes a bit.Mark Kriegsman
2014-06-10Added FastLED.count() which returns the number of registered controllers (str...Mark Kriegsman
2014-06-04Fixing noise on avr with the new raw noise functionsDaniel Garcia
2014-06-02Adding leds/[] operators on controllers and LEDS.Daniel Garcia
2014-06-01Adding 8 and 16 bit simplex noise implementations to the library. The 8 bit ...Daniel Garcia
2014-05-09Define WS2803 using 25Mhz clock that datasheet claims. Tweak LPD8806 output.Daniel Garcia
2014-04-18Added HeatColor function, started new file 'colorutils'Mark Kriegsman
2014-04-04What are betas for if not experimenting? Tossing in a LPD1886 trialDaniel Garcia
2014-04-03Adding a version #define to FastLED so people can condition on versions.Daniel Garcia
2014-03-21Add global setDither/setTemp/setCorrection methods - this will propagate the ...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-16Move responsibility for scaling brightness to color correction/temperature in...Daniel Garcia
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 sc...Daniel 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 of...Daniel Garcia
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
2013-11-23Checkpointing trinket work - have spacing/instructions for output w/o scaling...Daniel Garcia
2013-11-11Merging from masterDaniel Garcia
2013-11-11Change clear to clear led arrays, with the boolean option to be whether or no...Daniel Garcia
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