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:
authorkriegsman <kriegsman@tr.org>2013-12-04 22:28:55 +0400
committerkriegsman <kriegsman@tr.org>2013-12-04 22:28:55 +0400
commit747629c8cbd8e85c0115958b4493be2c687dc66a (patch)
treecd8b8db32d12c848465d94742365dea0904cf678 /README.md
parentc53182d41bfbf22ba2e41cb84d6688b2fb713e4e (diff)
Added short list of LEDs no longer supported by the library
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 533312d5..61b03436 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,9 @@ Here's a list of all the LED chipsets are supported. More details on the led ch
* SM16716 - SPI based chipset
* DMX - send rgb data out over DMX using arduino DMX libraries
+LPD6803, HL1606, and "595"-style shift registers are no longer supported by the library. The older Version 1 of the library ("FastSPI_LED") has support for these, but is missing many of the advanced features of current versions and is no longer being maintained.
+
+
## Supported platforms
Right now the library is supported on a variety of arduino compatable platforms. If it's ARM or AVR and uses the arduino software (or a modified version of it to build) then it is likely supported. Note that we have a long list of upcoming platforms to support, so if you don't see what you're looking for here, ask, it may be on the roadmap (or may already be supported). N.B. at the moment we are only supporting the stock compilers that ship with the arduino software. Support for upgraded compilers, as well as using AVR studio and skipping the arduino entirely, should be coming in a near future release.
@@ -50,10 +53,7 @@ What types of platforms are we thinking about supporting in the future? Here's
## What about that name?
-Wait, what happend to FastSPI_LED and FastSPI_LED2? The library was initially named FastSPI_LED because it was focused on very fast
-and efficient SPI access. However, since then, the library has expanded to support a number of LED chipsets that don't use SPI, as
-well as a number of math and utility functions for LED processing across the board. We decided that the name FastLED more accurately
-represents the totality of what the library provides, everything fast, for LEDs.
+Wait, what happend to FastSPI_LED and FastSPI_LED2? The library was initially named FastSPI_LED because it was focused on very fast and efficient SPI access. However, since then, the library has expanded to support a number of LED chipsets that don't use SPI, as well as a number of math and utility functions for LED processing across the board. We decided that the name FastLED more accurately represents the totality of what the library provides, everything fast, for LEDs.
## For more information