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-01-21 10:02:06 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-01-21 10:02:06 +0400
commit349a058685dacd62f6c9109266a3953a2c7dead2 (patch)
treed846a5dc5dec5e5bec3d3fc5f3b0b7d5767dcdea /preview_changes.txt
parent041776049351f20215aa3ec89cc6f50bc129a0ec (diff)
renaming preview_changes to release_notes
Diffstat (limited to 'preview_changes.txt')
-rw-r--r--preview_changes.txt61
1 files changed, 0 insertions, 61 deletions
diff --git a/preview_changes.txt b/preview_changes.txt
deleted file mode 100644
index 904a5a7b..00000000
--- a/preview_changes.txt
+++ /dev/null
@@ -1,61 +0,0 @@
-* Release Candidate 6
-* Rename library, offically, to FastLED, move to github
-* Update keywords with all the new stuffs
-
-Release Candidate 5
-* Gemma and Trinket: supported except for global "setBrightness"
-
-Release Candidate 4
-* Added NEOPIXEL as a synonym for WS2811
-* Fix WS2811/WS2812B timings, bring it in line to exactly 1.25ns/bit.
-* Fix handling of constant color definitions (damn you, gcc!)
-
-Release Candidate 3
-* Fixed bug when Clock and Data were on the same port
-* Added ability to set pixel color directly from HSV
-* Added ability to retrieve current random16 seed
-
-Release Candidate 2
-* mostly bug fixes
-* Fix SPI macro definitions for latest teensy3 software update
-* Teensy 2 compilation fix
-* hsv2rgb_rainbow performance fix
-
-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
-* 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
-* Enforce intra-frame timing for ws2801s
-* SM16716 support
-* Add #define FAST_SPI_INTERRUPTS_WRITE_PINS to make sure world is ok w/interrupts and SPI
-* Add #define FORCE_SOFTWARE_SPI for those times when you absolutely don't want to use hardware SPI, ev
-en if you're using the hardware SPI pins
-* Add pin definitions for the arduino megas - should fix ws2811 support
-* Add pin definitions for the leonardo - should fix spi support and pin mappings
-* Add warnings when pin definitions are missing
-* Added google+ community for fastspi users - https://plus.google.com/communities/109127054924227823508
-# Add pin definitions for Teensy++ 2.0
-
-
-Preview 1
-* Initial release
-
-