From 523daa7ea0ca2d93c15cab8f281ca802dd0db038 Mon Sep 17 00:00:00 2001 From: David Madison Date: Tue, 20 Dec 2016 05:07:16 -0500 Subject: [PATCH] Reworked line about FastLED --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff28e1..fcee265 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Synopsis -This is the standard Adalight library, modified to work with 3-pin WS2812B LED strips (2016-era Adafruit NeoPixels). The Arduino code has been modified to use the FastLED library. +This is the standard Adalight library, modified to work with the FastLED library (fastled.io) and 3-pin WS2812B LED strips (2016-era Adafruit NeoPixels). In addition to ambilight setups, the protocol can be used to stream any color data from a computer to a WS2812B strip (data rate limited by serial throughput).