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 <dgarcia@dgarcia.net>2019-01-20 06:02:33 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-01-20 06:02:33 +0300
commit145b1b47a730cfe57909ebd5996e32b555852add (patch)
treed459717594133e77c4fbf4e43e5c62cebc2f8f55
parent87da428ddbd0b4461e2de94bc6afc34691eac08a (diff)
Update notes/keywords
-rw-r--r--keywords.txt5
-rw-r--r--release_notes.md9
2 files changed, 14 insertions, 0 deletions
diff --git a/keywords.txt b/keywords.txt
index 0beb3156..c30552d8 100644
--- a/keywords.txt
+++ b/keywords.txt
@@ -324,6 +324,11 @@ OCTOWS2811_400 LITERAL1
OCTOWS2813 LITERAL1
WS2812SERIAL LITERAL1
SMART_MATRIX LITERAL1
+GE8822 LITERAL1
+SM16703 LITERAL1
+GS1903 LITERAL1
+LPD6803 LITERAL1
+
# RGB orderings
RGB LITERAL1
diff --git a/release_notes.md b/release_notes.md
index d46c4d9f..c5525731 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,12 @@
+FastLED 3.2.2
+=============
+
+* Perf tweak for SAMD21
+* LPD6803 support
+* Add atmega328pb support
+* Variety of minor bug/correctness/typo fixes
+* Added SM16703, GE8822, GS1903
+
FastLED 3.2.1
=============
* ATmega644P support