From de3e66576933db71329a191f64ec3e91e7688827 Mon Sep 17 00:00:00 2001 From: David Madison Date: Thu, 18 Oct 2018 17:59:15 -0400 Subject: [PATCH] Adds PIN_CLOCK notice to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5157a8b..d8d4b45 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Open the LEDstream_FastLED file in the Arduino IDE and customize the settings at - LED data pin - LED type +If you are using a 4-wire LED chipset like APA102, you will need to uncomment the `PIN_CLOCK` line and set that as well. + Upload to your Arduino and use a corresponding PC application to stream color data. You can get the Processing files from the [main Adalight repository](https://github.com/adafruit/Adalight), though I would recommend using [Patrick Siegler's](https://github.com/psieg/) fork of Lightpacks's Prismatik, which you can find [here](https://github.com/psieg/Lightpack/releases). ## Additional Settings