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:
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt41
1 files changed, 19 insertions, 22 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
index 88a9f9bc..dbbd9466 100644
--- a/preview_changes.txt
+++ b/preview_changes.txt
@@ -1,22 +1,19 @@
-* 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:
+* UART in SPI mode support on AVR
+* Support for using both hardware SPI pinsets on the Teensy 3.x - 11/13 and 7/14.
+* Added UCS1904 support
+* Better AVR cycle counting
+* Split WS2812/WS2811 timings
+* Added DOTSTAR definition for adafruit dotstar pixels (aka APA102)
+* 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 (portc & portd paired)
+* refresh rate limiting
+* interrupt friendly code on teensy 3/3.1
+* -interrupt friendly code on AVR- <-- disabled for now
+* interrupt friendly code on the due
+* code re-org for future wider platform support
+* Spark Core support
+* arduino zero support (no hardware spi yet)
+* greatly improved clockless output for avr
+* greatly improved clockless output for arm m0 boards