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-30 11:09:48 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-05-30 11:09:48 +0400
commit235a41882805ec3cae211fa9d937b1bf307d81a2 (patch)
treed1a2df489e62f1e9568ec8a3986537e8543ac38b /preview_changes.txt
parentb569f8716645a7b446c424e96df1865b818deffd (diff)
damnit google, work
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index 835ff041..bb0f694a 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -1,3 +1,14 @@
+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
* various api changes, addition of clear and showColor functions
* scale value applied to all show methods
@@ -30,3 +41,8 @@ Preview 1
----
----
+
+
+
+
+Squant = __TIMESTAMP__[9]<<16 | __TIMESTAMP__[8]<<8 | __TIMESTAMP__[10] \ No newline at end of file