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-10-29 21:35:03 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-10-29 21:35:03 +0300
commit94210b7858b2d909125ab3b8f1e041bf9202cbe4 (patch)
tree170a78f6c6553bc6233f2735bcdbc3ceab676ec6 /preview_changes.txt
parent046f94810155996118137992f13b64ba7703e4aa (diff)
Update preview changes. Add max refresh rate setting w/default to 400Hz.
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt29
1 files changed, 7 insertions, 22 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index 88a9f9bc..b6d1e8cb 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -1,22 +1,7 @@
-* ALL UNTESTED, USE AT YOUR OWN RISK!
-* RGB based scaling, allow for color balancing
-* (The moon) dithering support
-* Teensy 3.1 support
-* Second SPI support on teensy 3.1
-* Due support
-* P9813 (aka Cool Neon Total Control Lighting support)
-* Preliminary TM1829 support (broken, don't use!)
-* Random code changes and cleanups
-* More accurate timing adjustments for k20 and due clockless chips
-* Added HUE_RED, HUE_ORANGE, etc.
-* Added named color correction profiles (eg. TypicalSMD5050)
-* Added XY Matrix example
-* Added Fire2012 example, added HeatColor(...) to the library
-* 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
-* Added fill_gradient
-* Added inoise8/inoise16 and example program
-* Added LEDS.countFPS() for debugging framerate counts. Bit rough at the moment, thought
-* Added Palettes and associated functions and presets
+FastLED 3.1 preview changes:
+* 8-way parallel output on teensy 3, 3.1 (portc,portd), due/digix (porta, portb, portd)
+* 12-way parallel output on teensy 3, 3.1 (portc)
+* 16-way parallel output on teensy 3, 3.1 (portd & portd paired)
+* refresh rate limiting
+* interupt friendly code on teensy 3/3.1
+