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:
authordanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-05-31 05:27:04 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-05-31 05:27:04 +0400
commita26f460b5e79cd0c6a230b7e49f0777c0671f153 (patch)
tree11ba8e1a862073e8879ac29ab110ee6c1809c3ef /preview_changes.txt
parentdb5ca70a1c2cd3f9f172fc514647b182026b5221 (diff)
Update release notes for Release Candidate 1
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt28
1 files changed, 9 insertions, 19 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index bb0f694a..9f82e4ad 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -1,26 +1,22 @@
-2.1
-* 12/16 bit chipset suppoort
-* full ARGB
-* 32-bit padded CRGB types
-* more chipsets (TM1829, APA102, TLS3001)
-* interleaving support
-* DUE support
-* DMA support
-* deep HSV integration
-
--------
-Preview 4
+Release Candidate 1
+* New unified/simplified API for adding/using controllers
+* fleshout clockless chip support
+* add hsv (spectrum and rainbow style colors)
+* high speed memory management operations
+* library for interpolation/easing functions
* various api changes, addition of clear and showColor functions
* scale value applied to all show methods
* bug fixes for SM16716
* performance improvements, lpd8806 exceeds 22Mbit now
* hardware def fixes
-* add hsv library functions
* allow alternate rgb color orderings
+* high speed math methods
+* rich CRGB structure
Preview 3
* True hardware SPI support for teensy (up to 20Mbit output!)
* Minor bug fixes/tweaks
+
Preview 2
* Rename pin class to FastPin
* Replace latch with select, more accurate description of what it does
@@ -39,10 +35,4 @@ en if you're using the hardware SPI pins
Preview 1
* Initial release
-----
-----
-
-
-
-Squant = __TIMESTAMP__[9]<<16 | __TIMESTAMP__[8]<<8 | __TIMESTAMP__[10] \ No newline at end of file