From d532405e5453c7f87aa0d624d865a74ae661aacf Mon Sep 17 00:00:00 2001 From: Brian Bulkowski Date: Sun, 8 Mar 2020 19:42:38 -0700 Subject: [PATCH] Update to include information about 4 wire LEDs. --- THREADING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/THREADING.md b/THREADING.md index da6bf5c..af405ba 100644 --- a/THREADING.md +++ b/THREADING.md @@ -2,6 +2,13 @@ I believe I understand how this is supposed to work. +## Note! 3 wire only + +Everything below about RMT and parallel use likely flies out the +window with a 4-wire LED. No one has ported FastLED on ESP32 to use +hardware assiste for 4-wire LEDs, that's why you get that ugly +warning about no hardware assist. + ## Parallel output, or multiple controller, mode FastLED talks a bit about what they call 'multi channel'. This is