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:
authorheX <heX1625616@gmail.com>2018-12-17 04:06:54 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2018-12-25 22:10:41 +0300
commit334fa8c40b45c602f7d806f30ccbeefec0638e30 (patch)
tree1d40fd12f1164fd3f6804fe7a7995a3c27d09ab1 /README.md
parent8f2e86434b2bfa4d6178622ca3745a68303f8b00 (diff)
Add support LPD6803
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebf3bf0e..cd0597ac 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,10 @@ Here's a list of all the LED chipsets are supported. More details on the led ch
* P9813 - aka Cool Neon's Total Control Lighting
* DMX - send rgb data out over DMX using arduino DMX libraries
* SmartMatrix panels - needs the SmartMatrix library - https://github.com/pixelmatix/SmartMatrix
+* LPD6803 - SPI based chpiset, chip CMODE pin must be set to 1 (inside oscillator mode)
-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.
+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