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
diff options
context:
space:
mode:
authorMark Kriegsman <kriegsman@tr.org>2014-05-29 07:05:40 +0400
committerMark Kriegsman <kriegsman@tr.org>2014-05-29 07:05:40 +0400
commitf605f293e6523f555ab06e1ec8fce7bae6f3575e (patch)
treec2c36cacf029237dfc6bd9b6953ba993d90f9ef7 /preview_changes.txt
parenta73ab8c10b5ec286a85bdfc0a4f344373f134cff (diff)
Added array versions of fade_video, fade_raw, etc.
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index c39919ad..caa45100 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -15,3 +15,4 @@
* Added sin8, cos8, quadwave8, cubicwave8, triwave8, and ease8InOutQuad
* Added map8
* Adjusted VIRTAL_BITS of dithering from a flickery 8 to a more solid 3
+* Added array versions of fade_video, fade_raw, and some variations