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-04-12Make sure all clockless implementations that allow interrupts re-try if a fra...Daniel Garcia
2016-04-11Fix typo when using FASTLED_ESP8266_RAW_PIN_ORDER.Daniel Garcia
2016-04-11Fix interrupt handling/frame re-writing on the esp8266 - should get rid of an...Daniel Garcia
2016-04-08It seems that the wait/mark code causes problems for some folks on the esp8266Daniel Garcia
2016-04-08Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-04-08Fix pin mode setting - also reset esp8266 pin definitions to match the Dxx de...Daniel Garcia
2016-04-01Merge pull request #281 from Daniel-dk/masterDaniel Garcia
2016-04-01Add UCS1903_PORT definitions for n-way output.Daniel Garcia
2016-03-29Initial checkin of parallel esp8266 output.Daniel Garcia
2016-03-25Fix #277 - the random code was making use of the fact that scale8 effectively...Daniel Garcia
2016-03-25fixed pin numbering for MKR1000Daniel
2016-03-25Whoops - changed how we're indexing into the clockless data structure to pull...Daniel Garcia
2016-03-25Added Arduino MKR1000 pin defDaniel
2016-03-10Fix RGBCalibrate exampleDaniel Garcia
2016-03-08Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-03-08Fix #266 - make the cxxbits weak so they can be overriden if presentDaniel Garcia
2016-02-25Merge pull request #265 from jasoncoon/masterDaniel Garcia
2016-02-25Added Simblee to led_sysdefs.h (same as NRF51 and RFduino).Jason Coon
2016-02-24The bean doesn't have yield, that's annoyingDaniel Garcia
2016-02-24Warning cleanupDaniel Garcia
2016-02-23Add a set of pin definitions for the LightBlue BeanDaniel Garcia
2016-02-21Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-02-21Force many very small functions to be inlined (LIB8STATIC_ALWAYS_INLINE)Mark Kriegsman
2016-02-20Cleaning up some cruft in the avr clockless codeDaniel Garcia
2016-02-20Make sure the first byte gets scaled properlyDaniel Garcia
2016-02-17Yolo - adding scale8 fix notes to release_notesDaniel Garcia
2016-02-17Merge branch 'scale8fix' of https://github.com/FastLED/FastLED into scale8fixscale8fixDaniel Garcia
2016-02-17Cut back on number of functions included by showRGBInternal to minimize weird...Daniel Garcia
2016-02-17Change a bunch of 171s to 170s to prevent overflow with the 'fixed' scale8. ...Mark Kriegsman
2016-02-17Tweak getAverageLight to do the right thing in a fixed scale8 worldDaniel Garcia
2016-02-17hsv2rgb_rainbow: remove unneeded (and overflowing) +1 to color channels in th...Mark Kriegsman
2016-02-17In ColorFromPalette(s), skip redundant (and overflowing) increment of values ...Mark Kriegsman
2016-02-17Tweak dithering value setup in a world where scale8 is fixedDaniel Garcia
2016-02-17Add defines to be able to turn off ditheringDaniel Garcia
2016-02-17Cleaning up some comments and ifdef guardsDaniel Garcia
2016-02-17AVR ASM versions of scale8 fixDaniel Garcia
2016-02-17Fix C implementations of scale8Daniel Garcia
2016-02-17Add FASTLED_SCALE8_FIXED config optionDaniel Garcia
2016-02-17Set up m0 clockless output to use fixed scale8 codeDaniel Garcia
2016-02-17FIx scale8 in the avr 3-wire outputDaniel Garcia
2016-02-16Add TM1803 parallel timingsDaniel Garcia
2016-02-16Initial doxygen-zie of CRBGDaniel Garcia
2016-02-16Cylon should use the DATA_PIN #defineDaniel Garcia
2016-02-15Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-02-15Adding ESP8266 to the readmeDaniel Garcia
2016-01-28Fix #253 - kick APA102 default ordering to be consistently RGBDaniel Garcia
2016-01-26Update readme/release notesDaniel Garcia
2016-01-26Add pin definitions and platform bits for the wino - Fix #250Daniel Garcia
2016-01-26Fix #249 - max pin typoDaniel Garcia
2016-01-24crediting source of cycle count codeDaniel Garcia