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
path: root/src
AgeCommit message (Expand)Author
2022-01-02Merge pull request #1309 from ssilverman/octo-teensy4Sam Guyer
2022-01-02Merge pull request #1288 from ben-xo/feature/faster-blend8-avrMark Kriegsman
2022-01-02Merge pull request #1333 from maddogjt/esp32_core_compatSam Guyer
2022-01-01Merge pull request #1336 from Jueff/200msFlickerSam Guyer
2021-12-29Fix OctoWS2811 controller for Teensy 4Shawn Silverman
2021-12-29Split non-timing-related changes from 8d49dd7f49a011a3b2b771522d055e90f1e3fcdeShawn Silverman
2021-12-24Merge pull request #1306 from PaulStoffregen/masterSam Guyer
2021-12-22avoid 200ms flicker every ~17.9 seconds with RMT driverWIJU
2021-12-16Improve compatibility with older ESP32 Arduino core versionsJason Tranchida
2021-12-09esp32: Fix unitialized flags field in init of the RMT driverAndre Lorbach
2021-11-28Fix unintended changeJason Tranchida
2021-11-17Fix OctoWS2811 driver on Teensy 4.xPaulStoffregen
2021-11-17Clockless_rmt_esp32 support for new ESP32 variantsJason Tranchida
2021-11-17Fix lib8tion compile failure on RISCV ESP32 chipsJason Tranchida
2021-11-17Add pin support for new ESP32 variantsJason Tranchida
2021-11-02Fix for ESP8266 interrupt handling mistakes, which were showing up once switc...Mark Kriegsman
2021-10-12Fix WS2812B timing on Teensy 4.xPaulStoffregen
2021-08-27Refactor blend8() to apply the same optimisations on all platforms (in BLEND_C).Ben Isaacs
2021-08-26Using an | instead of + is 4 instructions faster.Ben Isaacs
2021-08-26Improve the speed of blend8 on AVR by 20-30%Ben Isaacs
2021-07-18Merge pull request #1256 from sascha432/FastLED_masterMark Kriegsman
2021-07-18Merge branch 'master' of https://github.com/FastLED/FastLEDSam Guyer
2021-07-18Merge pull request #1251 from aykevl/fix-perlin-simplexMark Kriegsman
2021-07-18Merge pull request #1240 from ChristofKaufmann/fix_missing_constMark Kriegsman
2021-07-18Merge branch 'master' of https://github.com/ntwallace/FastLED into ntwallace-...Sam Guyer
2021-07-18Merge pull request #1245 from sethtroisi/new_scaleMark Kriegsman
2021-07-18Merge pull request #1222 from markuslang79/masterSam Guyer
2021-07-18Merge pull request #1226 from i164j9/patch-1Mark Kriegsman
2021-07-11increased WAIT_TIMEsascha
2021-07-11delayMicroseconds(WAIT_TIME) after aborting a framesascha
2021-07-08fix for glichting LEDs cause by NMIsascha
2021-06-22Fix incorrectly calling perlin noise "Simplex Noise"Ayke van Laethem
2021-06-03Add scale8(uint8)Seth Troisi
2021-05-26Add missing const in unary operator-Christof Kaufmann
2021-04-29Make sure we don't reallocate the buffer unnecessarilySam Guyer
2021-04-29Merge branch 'master' of https://github.com/FastLED/FastLEDSam Guyer
2021-04-29Fix for issue where program calls setLEDs to change the number of LEDsSam Guyer
2021-04-23Defined MS_COUNTERi164j9
2021-04-12disable pragma message if the already used FASTLED_INTERNAL define is setMarkus Lang
2021-03-23Make smoother, richer, and brighter HSV colors anytime that 'saturation' is n...Mark Kriegsman
2021-03-23Minor cleanup to HSV code. It had been compiling differently recently on AVR ...Mark Kriegsman
2021-03-22Merge pull request #1209 from brickstuff/patch-2Mark Kriegsman
2021-03-19Update led_sysdefs_avr.hbrickstuff
2021-03-18fix merge conflictCraig Link
2021-03-15Merge pull request #1191 from sethtroisi/mainMark Kriegsman
2021-03-15Merge pull request #1197 from craiglink/ArdunioNanoEveryMark Kriegsman
2021-03-15Merge pull request #1181 from chroma-tech/fix_rmt_esp32s2Sam Guyer
2021-02-28Add native SPI support for ARM D51 (and others) by providing a Ardunio.Core S...Craig Link
2021-02-28add VPORT commentCraig Link
2021-02-28optimize Ardunio Nano Every pin out to single cycle by using VPORTsCraig Link