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 (Collapse)Author
2022-01-03Add fill_circular keywordsDavid Madison
2021-08-09Add fill_rainbow_endless util functionsDavid Madison
For filling a rainbow pattern that's continuous in hue between the end of the strip and the beginning. Useful for out-of-the-box rainbow animations on looped strips and LED rings.
2019-08-01Update keywords.txt with additional chipsets (#854)Henry Gabryjelski
* Alphabetize chipset section -- no content changes this commit. * Remove duplicate definition of LPD6803 * Add PL9823 to chipset keyword literals * Add a dozen more missing chipsets as LITERAL1: * APA106 * DOTSTAR * GW6205_400 * LPD1886_8BIT * PIXIE * SK6812 * SK6822 * SK9822 * TM1812 * UCS1904 * UCS2903 * WS2852
2019-01-20Update notes/keywordsDaniel Garcia
2018-12-25Add support LPD6803heX
2018-09-01Add some missing keywords for Arduino (#645)ChristofKaufmann
This adds the following keywords: * `CRGBArray` * `clearData` * `setMaxPowerInMilliWatts` * `setMaxPowerInVoltsAndMilliamps` * `setMaxRefreshRate` This fixes #642.
2018-07-15Use a single tab field separator in keywords.txt (#628)per1234
Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and newer an empty KEYWORD_TOKENTYPE causes the default editor.function.style coloration to be used (as with KEYWORD2, KEYWORD3, LITERAL2). On Arduino IDE 1.6.4 and older it causes the keyword to not be recognized for any special coloration. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-11-02Add WS2812Serial driver (#517)Paul Stoffregen
* Update Pintest example * Use arm/k66 platform for Teensy 3.5 * Add WS2812Serial driver
2017-01-20Fixed loss-of-precision bug in pixel blending. Pixel blending should be a ↵Mark Kriegsman
little smoother now and free from error noise in the low bits. This includes palette colors returned from ColorFromPalette, which are now slightly smoother. Also introduced a new lib8tion function, blend8( byte, byte, fract8). The new pixel blending should have negligible effect on code size, and it is ever so slightly faster than the old version with the error. Fixes #404.
2016-07-18Add WS2813alex-Arc
tested on teensy 3.1
2015-05-14Change BLEND to LINEARBLEND for ColorFromPaletteMark Kriegsman
2015-03-22Keywords fix 3.1Nico
Tabstops has to be used instead of Spaces Check this on other branches as well.
2014-10-24Fixing sin8 and sin16 keywordsMark Kriegsman
2014-10-13Add even more keywordsDaniel Garcia
2014-10-13Adding a bunch of keywords in prep for merging back to masterDaniel Garcia
2013-11-11Fixing keywords because tabs are countedDaniel Garcia
2013-11-11Adding keywords for all the fun stuffDaniel Garcia
2011-06-23forgot the keywordsdanielgarcia
2010-10-02upading keywordsdanielgarcia
2010-09-22initial checkindanielgarcia