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
2016-01-07If the version of arduino is greater than 150, toss a yield into FastLED::del...Daniel Garcia
2016-01-07Add Pinoccio pin mappingsDaniel Garcia
2015-12-29Noise break/fix notes in fastled_config.hMark Kriegsman
2015-12-29Noise behavior can be reverted for backward-stability of animation design wit...Mark Kriegsman
2015-12-29Fixed noise integer overflow/underflow that was causing discontinuities in th...Mark Kriegsman
2015-12-29Merge branch 'master' of https://github.com/FastLED/FastLEDMark Kriegsman
2015-12-29Added avg16 & avg15, for fast unsigned and signed averages (respectively). N...Mark Kriegsman
2015-12-28Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2015-12-28Add SK6822 supportDaniel Garcia
2015-12-27Another 15-20% speedup in ColorFromPalette. Added support for 32-entry palet...Mark Kriegsman
2015-12-27Fixed 'const' placement. Comments now match the code; presumably both are equ...Mark Kriegsman
2015-12-27Palette lookups 10% faster (ColorFromPalette). Added support for constructin...Mark Kriegsman
2015-12-26Bump library versions to 3.1.1 to get an arduino bug workaround in place.Daniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-12-14FIx #240 - don't support USART SPI on the ATMega8 for now, since it's registe...Daniel Garcia
2015-12-12update release notesDaniel Garcia
2015-12-12Fix version check code for Arduino 1.6.6 and laterDaniel Garcia
2015-12-10Rename CPixelSet to CPixelView (it is more accurately a view than a set), mak...Daniel Garcia
2015-12-10Oops, typoDaniel Garcia
2015-12-10Add more doxygen comments to CRGBSet/CPixelSetDaniel Garcia
2015-12-10Fix the iterator direction handling on arm. Whoops.Daniel Garcia
2015-12-10Check it out, iterators are faster than loops. Pixelsets now use iterators f...Daniel Garcia
2015-12-10Add basic iterator support to PixelSetDaniel Garcia
2015-12-09Kicking for arduino.org's 1.7.x differences from arduino.cc's setup for the a...Daniel Garcia
2015-12-09Add CRGBArray for defining the leds - preferred method to the normal array, now.Daniel Garcia
2015-12-09Renaming to CPixelSet (w/a typedef to CRGBSet for the time being)Daniel Garcia
2015-12-09Make the gradient functions obey the direction of the CRGBSet.Daniel Garcia
2015-12-09Add copy constructor to CRGBSetDaniel Garcia
2015-12-09Adding initial version of CRGBSet classDaniel Garcia
2015-12-09Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2015-12-07Adding UCS2903 timingsDaniel Garcia
2015-12-05Merge pull request #228 from NicoHood/leotxledDaniel Garcia
2015-12-04fix build errorDaniel Garcia
2015-12-01Switch smartmatrix buffer over to new pixelledcontrollerDaniel Garcia
2015-11-30Merge branch 'FastLED3.1'Daniel Garcia
2015-11-30Tweak assert error in face of 8Mhz trinket setupsDaniel Garcia
2015-11-26Kick pixieDaniel Garcia
2015-11-24Added 32u4 analog pin + TX Led pin 30 supportNicoHood
2015-11-24Merge pull request #227 from aphelps/1284PDaniel Garcia
2015-11-22Bring Pixie support in line with the new world orderDaniel Garcia
2015-11-22Merge branch 'master' into rgbwDaniel Garcia
2015-11-22doxy tweaksDaniel Garcia
2015-11-19Fixed pin definitions for the ATMega1284pAdam Phelps
2015-11-18Should be more like 2ms for the pixiesDaniel Garcia
2015-11-18Ensure a 1ms gap between frames to ensure data behaves for PixiesDaniel Garcia
2015-11-18Fix compile errors for using the Pixie led chipsetDaniel Garcia
2015-11-18Apparently #error in .ino files will always fire. Not sure what's going on h...Daniel Garcia
2015-11-17Preliminary pixie supportDaniel Garcia
2015-11-12fix docsDaniel Garcia
2015-11-12Rolled power management back into the FastLED object directly - mark the old ...Daniel Garcia