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-10-12add qt py support!lady ada
2020-09-28Add support for non-P ATMega1284 deviceWirehead
2020-09-27Update fastpin_apollo3.hSkyler Fly-Wilson
2020-09-14Fix for WiFi interrupt problems (due to Brian Bulkowski): use two RMT memory ...Sam Guyer
2020-09-12implemented the option to place the matrix verticallymwhch
2020-08-22Probably better not to print anythingSam Guyer
2020-08-22Better version (maybe) of the bailout code. This version does print a message...Sam Guyer
2020-08-22Added logic to time the interval between buffer fills, and bail out if the in...Sam Guyer
2020-08-15More performance tweaks to the ESP32 driver. Getting the synchronization righ...Sam Guyer
2020-08-03added support for LGT8F arduino nano and pro clonesOliver
2020-07-29Merge pull request #990 from 5chmidti/masterMark Kriegsman
2020-07-29Merge pull request #986 from marcmerlin/masterMark Kriegsman
2020-07-29Merge pull request #1030 from MartyMacGyver/mff-doxygen-updateMark Kriegsman
2020-07-29Merge pull request #1031 from MartyMacGyver/mff-misc-cleanupsMark Kriegsman
2020-07-29Merge pull request #1032 from 5chmidti/fixPixieDefineMark Kriegsman
2020-07-29Merge pull request #1027 from henrygab/CircuitPlaygroundBluefruitMark Kriegsman
2020-07-25Use `timer_millis` instead of `timer0_millis` for ATmega4809ngyl88
2020-07-25Add pin mappings for Arduino Nano Everyngyl88
2020-07-22Major change to the strategy: in this version the interrupt handler just reco...Sam Guyer
2020-07-19Remove redundant definition of `timer0_millis` as extern already definedngyl88
2020-07-19Fix allocate by zeroBrian Bulkowski
2020-07-16make default constructor default for CRGB and CHSV5chmidti
2020-07-12Removed a function call in the interrupt handler to a function that is not in...Sam Guyer
2020-07-11Merge changes from issue #716 for ATmega4809ngyl88
2020-07-11Putting back logic to silence compiler warnings that is explicitly intended f...ngyl88
2020-06-16Update the config file for PlatformIO, so it finds the new cpp file in platfo...Sam Guyer
2020-06-14One more crucial change: tell the ESP-IDF that our interrupt resides in IRAM ...Sam Guyer
2020-06-14Restructure for 1.5.x Arduino libraries: all of the code goes under the src d...Sam Guyer
2020-06-14Cleanup and commentingSam Guyer
2020-06-14CleanupSam Guyer
2020-06-13Total redesign of the RMT driver using a separate class that handles all of t...Sam Guyer
2020-06-12Complete restructuring of the code so that the interrupt handler and supporti...Sam Guyer
2020-05-31fix for newer SoftwareSerial.h using differently named macro for inclusion (_...5chmidti
2020-05-30Code formatting cleanups; markdown correctionsMartin Falatic
2020-05-30Update to work with Doxygen 1.8.18; update .gitignoreMartin Falatic
2020-05-28Tested all basic pin functionalityHenry Gabryjelski
2020-05-27Fix Circuit Playground nRF52 ExpressHenry Gabryjelski
2020-05-27Enable Circuit Playground BluefruitHenry Gabryjelski
2020-05-25Merge pull request #915 from PasinduSan/masterMark Kriegsman
2020-05-25Merge pull request #1021 from MartyMacGyver/mff-fix-912-delay-not-working-on-...Mark Kriegsman
2020-05-25Merge pull request #1000 from 7FM/patch-1Sam Guyer
2020-05-25Merge pull request #980 from samguyer/masterMark Kriegsman
2020-05-25Merge pull request #962 from rorosaurus/patch-1Mark Kriegsman
2020-05-25Merge pull request #1018 from ardnew/ardnew/itsybitsy-nrf52840Mark Kriegsman
2020-05-25Merge pull request #1001 from henrygab/Reduce_noise_nrf52Mark Kriegsman
2020-05-25Merge pull request #991 from 5kft/platform-xiaoMark Kriegsman
2020-05-25Merge pull request #987 from urish/patch-1Mark Kriegsman
2020-05-25Merge pull request #1006 from drzony/masterSam Guyer
2020-05-25Merge pull request #993 from PaulZC/Support_for_SparkFun_Artemis__Apollo3Mark Kriegsman
2020-05-25Ensure getMaxRefreshRate() returns a non-zero default for Teensy 4.xMartin Falatic