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
2020-02-03Rev. 3.3.3 to improve board support, add example animations, fix bugs, and to...3.3.3Mark Kriegsman
2020-01-30Adding Pacifica (ocean waves), Pride2015 (rainbows), and TwinkleFox (holiday ...Mark Kriegsman
2020-01-30Prevent divide-by-zero, fixes #881. Thanks to @limpens and @andjoeg for help...Mark Kriegsman
2020-01-29Merge pull request #900 from maddogjt/fix_nrf52_single_portMark Kriegsman
2020-01-29Make switch/case 'fallthrough' explicit, to silence some compiler warnings on...Mark Kriegsman
2020-01-29Explicitly check for __AVR__ before including AVR code. Give a more meaningf...Mark Kriegsman
2020-01-28Merge pull request #958 from 8633brown/patch-1Mark Kriegsman
2020-01-28Merge pull request #957 from 8633brown/includesMark Kriegsman
2020-01-27wrong comment location8633brown
2020-01-25add include for arduino library re: https://github.com/arduino/Arduino/wiki/A...8633brown
2020-01-24Merge pull request #891 from woundedlion/bug/890Mark Kriegsman
2020-01-21Merge pull request #956 from anoadragon453/anoa/mkr_wifi_1010Mark Kriegsman
2020-01-21Add platform pin mappings for Arduino MKR WiFi 1010Andrew Morgan
2020-01-20Merge pull request #950 from samguyer/masterMark Kriegsman
2020-01-20Merge pull request #922 from KurtE/Teensy_T4_WS2812SerialMark Kriegsman
2020-01-20Merge pull request #904 from SnowMB/patch-1Mark Kriegsman
2020-01-20Merge pull request #738 from domoritz/patch-2Mark Kriegsman
2020-01-20Merge pull request #951 from Ampt/patch-1Mark Kriegsman
2020-01-20Merge pull request #879 from MartyMacGyver/mff-fix-878Mark Kriegsman
2020-01-09Fix Nano 33 IOT pindefAmpt
2020-01-08Make examples consistent and document the likely non-RGB typesMartin Falatic
2020-01-08Fixing the conflicts in RMT codeSam Guyer
2020-01-08Attempted to merge in changes from upstream. Scary\!Sam Guyer
2020-01-05Merge pull request #907 from cmooney3/add_mightycore_atmega16_support_to_fast...Mark Kriegsman
2020-01-05Merge pull request #946 from gregsqueeb/patch-1Mark Kriegsman
2020-01-05Merge pull request #941 from sharpchris/patch-1Mark Kriegsman
2020-01-03Underscore was missingGreg Mathews
2019-12-27Rewriting of the fill routine with the goal of reducing latency and vulnerabi...Sam Guyer
2019-12-19Added optional timing instrumentation to watch for dropped interruptsSam Guyer
2019-12-17Update MultiArrays.inoChris Sharp
2019-11-22Support WS2812Serial Library on Teensy T4Kurt Eckhardt
2019-10-21Add atmega16 support to fastpin_avr (Mightycore Arduino)Charlie Mooney
2019-10-19CPixelView operator-() gives an resulting pixelview pointing to wrong dataMarc Brückner
2019-10-12Fix compilation for nRF5 boards with a single GPIO portJason Tranchida
2019-09-18Fix truncated SPI_DATA_RATE template parameter to addLeds with Teensy 4Gabriel Levy
2019-08-26Should fix the build error in #873Dan Garcia
2019-08-26Spinning FastLED 3.3.23.3.2Daniel Garcia
2019-08-26Fix #865 - use the atmega1284/644 definitions for atmega32 as wellDaniel Garcia
2019-08-26Defpin cleanup (#866)Daniel Garcia
2019-08-24FIx #870 -- make sure that the spi clock times, now that the template paramet...Daniel Garcia
2019-08-19Spinning 3.3.1 release to get some bug fixes in3.3.1Daniel Garcia
2019-08-19Fix #868 for Teensy LCDaniel Garcia
2019-08-19Improvements to RMT driver (#867)Sam Guyer
2019-08-13kicking readme file, not worth spinning a release for, thoughDaniel Garcia
2019-08-13Spinning FastLED 3.3 - adding Teensy 4 support.3.3.0Daniel Garcia
2019-08-13Fix nRF52 race condition / hard lock (#857)Henry Gabryjelski
2019-08-13Fixes #856. (#860)Henry Gabryjelski
2019-08-13Merge branch 'teensy4'Daniel Garcia
2019-08-13Teensy 4 support! (#864)Daniel Garcia
2019-08-13Wiring parallel clockless support for the Teensy 4 into FastLED.addLeds - upd...teensy4Daniel Garcia