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:
authorDaniel Garcia <danielgarcia@gmail.com>2014-06-01 02:52:49 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-06-01 02:52:49 +0400
commit590309873a75d10f51fef4ee116b1bb5b1a16254 (patch)
treef04a419dc45fdcf9ada9b7b8ba40e64ea6262a21 /preview_changes.txt
parent77b57ec7cfa608234df15516e991d0cd63633053 (diff)
bumping release notes.
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index bc69c59f..da565b0e 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -17,3 +17,5 @@
* 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
* Added fill_gradient
+* Added inoise8/inoise16 and example program
+* Added LEDS.countFPS() for debugging framerate counts. Bit rough at the moment, thought