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
2019-01-22Get rid of Dx defines in trinket code for platforms that insist on using defi...Daniel Garcia
2019-01-21Fix duplicated "build" fieldIvan Kravets
2019-01-21Fix broken library.json manifestIvan Kravets
2019-01-21bumping version number for typo3.2.3Daniel Garcia
2019-01-21fix typoDaniel Garcia
2019-01-20Bump version number to 3.2.23.2.2Daniel Garcia
2019-01-20Update notes/keywordsDaniel Garcia
2019-01-20Fix #345 - Add SM16703 timingsDaniel Garcia
2019-01-20Fix #550 - add pin definitions for the onboard APA102 on the trinket m0Daniel Garcia
2019-01-20Fix #573 - add GE8822 timingsDaniel Garcia
2019-01-20Fix #666 - add submod8 - not entirely sure this will do what's expected, but ...Daniel Garcia
2019-01-20Make sure that everything called from the interrupt handler for ESP32 is mark...Daniel Garcia
2019-01-20Fix #684 - add an alias for GS1903 to the WS2812B timingsDaniel Garcia
2019-01-20Fix #696 - memory align palettes on ESP32Daniel Garcia
2019-01-20Add some extra kicks for the build systemDaniel Garcia
2019-01-20Better fix to ensure no adjacent register write opcodes to optimize out on esp32Daniel Garcia
2019-01-20Add component.mk for use with esp-idfWill Ridgers
2019-01-20Update global brightness math to fix overflowsOleg Anashkin
2019-01-20Merge pull request #658 from leebyron/patch-1Daniel Garcia
2019-01-20Merge pull request #667 from jldesignseu/atmega328pbDaniel Garcia
2019-01-20Merge pull request #678 from eClay/d21_iobusDaniel Garcia
2019-01-20Merge pull request #695 from domoritz/patch-1Daniel Garcia
2019-01-20Merge pull request #705 from K1ngjulien/masterDaniel Garcia
2019-01-20Clearing out stale ESP32 code from the demosDaniel Garcia
2019-01-20Fix #721 - add a link to ardubadgeDaniel Garcia
2018-12-25Add support LPD6803heX
2018-12-22Fixed Divide by 0 in CRGB::maximizeBrightnessJulian Kandlhofer
2018-12-10Fix typo in exampleDominik Moritz
2018-11-21Add basic support for SAMD51, used in M4 line from Adafruit (#662)Vince
2018-11-13Change SAMD21 fastpin to use PORT_IOBUS instead of PORTGreg Mrozek
2018-10-26Fix #672 - we weren't setting LIB8_ATTINY for the ATtiny841/441 - so asm opco...Daniel Garcia
2018-10-16added support for atmega328pb SPI mode is not tested. Its tested with bitbang...jldesigns
2018-10-15Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2018-10-01Fix lerp16by16 where uint32_t should be uint16_tLee Byron
2018-09-20Add global brightness support for ADA102 and SK9822 (#653)Oleg Anashkin
2018-09-20Suggest to `#define FASTLED_RMT_BUILTIN_DRIVER 1` (#654)johannesmaibaum
2018-09-09Bumping version number to 3.2.13.2.1Daniel Garcia
2018-09-09Fix apa102 output for esp32 where the compiler is optimizing some of our pin ...Daniel Garcia
2018-09-09Add ATmega644P to the pin definitions used by the ATmega1284P - fixes #598Daniel Garcia
2018-09-08add support for Hallowing! Its a samd21 but pins are rearranged quite a bit (...Limor "Ladyada" Fried
2018-09-01stm32duino port (Maple, Blue Pill etc.) (#568)Kirill Kolyshkin
2018-09-01Remove str and xstr macros (#644)ChristofKaufmann
2018-09-01Add some missing keywords for Arduino (#645)ChristofKaufmann
2018-09-01only handle own rmt interrupts (#647)h3ndrik
2018-08-27Merge branch 'master' of https://github.com/FastLED/FastLED3.2.0Daniel Garcia
2018-08-27Bump version to 3.2Daniel Garcia
2018-08-27Allow control of the built in Dotstar on the Gemma M0 (#607)Jon Swope
2018-08-27Rewrite of fastpin_esp32.h -- take 2 (#625)Sam Guyer
2018-07-15Use a single tab field separator in keywords.txt (#628)per1234
2018-06-23WAIT_TIME=50 to allow interrupts without breaking matrix output. (#596)Marc MERLIN