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
2022-01-31Update SmartMatrix.inoTochinet
2022-01-31Update SmartMatrix.inoTochinet
2021-06-22Fix incorrectly calling perlin noise "Simplex Noise"Ayke van Laethem
2021-04-05matrix x,y indicies changed back to uint8_tMarc Miller
2021-04-04Some Modernization updates for #1208Marc Miller
2020-12-30build examples in CI using github actionsJan Delgado
2020-11-02Merge pull request #997 from 5chmidti/prefixOpMark Kriegsman
2020-10-26use prefix notation for ++ and -- where possible5chmidti
2020-09-12implemented the option to place the matrix verticallymwhch
2020-01-30Adding Pacifica (ocean waves), Pride2015 (rainbows), and TwinkleFox (holiday ...Mark Kriegsman
2020-01-08Make examples consistent and document the likely non-RGB typesMartin Falatic
2019-12-17Update MultiArrays.inoChris Sharp
2019-08-26Defpin cleanup (#866)Daniel Garcia
2019-08-13Wiring parallel clockless support for the Teensy 4 into FastLED.addLeds - upd...teensy4Daniel Garcia
2019-08-12Updating the pintest program w/Teensy 4 defsDaniel Garcia
2019-01-20Merge pull request #695 from domoritz/patch-1Daniel Garcia
2019-01-20Clearing out stale ESP32 code from the demosDaniel Garcia
2018-12-25Add support LPD6803heX
2018-12-10Fix typo in exampleDominik Moritz
2018-05-08ESP32 support using the RMT peripheral device (#522)Sam Guyer
2018-04-19Use consistent include syntax (#571)per1234
2017-11-02Add WS2812Serial driver (#517)Paul Stoffregen
2017-01-15Updated scale16 and scale16by8 for AVR when FASTLED_SCALE8_FIXED is 1. scale...Mark Kriegsman
2017-01-14Merge pull request #382 from hsiboy/patch-1Daniel Garcia
2016-12-10Update ArrayOfLedArrays.inostuart taylor
2016-12-10Update MultiArrays.inostuart taylor
2016-03-10Fix RGBCalibrate exampleDaniel Garcia
2016-02-16Cylon should use the DATA_PIN #defineDaniel Garcia
2015-12-27Fixed 'const' placement. Comments now match the code; presumably both are equ...Mark Kriegsman
2015-12-12Fix version check code for Arduino 1.6.6 and laterDaniel Garcia
2015-12-09Add CRGBArray for defining the leds - preferred method to the normal array, now.Daniel Garcia
2015-12-09Adding initial version of CRGBSet classDaniel Garcia
2015-11-18Apparently #error in .ino files will always fire. Not sure what's going on h...Daniel Garcia
2015-08-19Undoing example change.Daniel Garcia
2015-08-19If re-attempting a show right after an interrupt interrupts things, make sure...Daniel Garcia
2015-08-07Added gReverseDirection control to Fire2012 examples.Mark Kriegsman
2015-06-07Add a few new chipsets to the blink/firstlight examples.Daniel Garcia
2015-05-14Change BLEND to LINEARBLEND for ColorFromPaletteMark Kriegsman
2015-03-11Fix rfduino buildingDaniel Garcia
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-17For #125, add clock/data pin definitions to the U2 and friends when using @ni...Daniel Garcia
2015-02-11Fix namespace in demo reelDaniel Garcia
2015-01-08Adding DemoReel100 exampleMark Kriegsman
2014-11-24Prefix config defines with FASTLED_ to make sure we don't conflict with anyth...Daniel Garcia
2014-11-04Make the due interrupt friendly and get it off the SysTick timer.Daniel Garcia
2014-11-01example tweakDaniel Garcia
2014-10-28Adding a port of PJRC's spectrum analyzer to use FastLED's OctoWS2811 controllerDaniel Garcia
2014-10-28Add 16-way parallel output for teensy 3/3.1. Update example to show off. Bu...Daniel Garcia
2014-10-28Add note about 12-way output for Teensy3 PORTCDaniel Garcia
2014-10-28Add multi-output demos for the 8-way in library output and the octows2811 out...Daniel Garcia