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-04-26 09:15:53 +0400
committerdanielgarcia@gmail.com <danielgarcia@gmail.com@4ad4ec5c-605d-bd5c-5796-512c9b60011b>2013-04-26 09:15:53 +0400
commit6e16de3a4f0b2fb83c5c4288d95db958d9388277 (patch)
tree70d86cd1c9c21071285b87313b264b72f16fa2f1 /preview_changes.txt
parentd8ce90645ee709e58bb46bdb957c4854cc08c3c4 (diff)
updates on things added since preview3
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index f905d4bb..835ff041 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -1,3 +1,12 @@
+Preview 4
+* 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
+
Preview 3
* True hardware SPI support for teensy (up to 20Mbit output!)
* Minor bug fixes/tweaks