From aa57dff25ed5a33193e0a47c4b346af19c8c2eca Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 19 May 2014 20:00:15 -0700 Subject: Fixing up due/digix parallel/tm1809 output timing. --- FastLED.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FastLED.h') diff --git a/FastLED.h b/FastLED.h index 30ff9071..a53d2cad 100644 --- a/FastLED.h +++ b/FastLED.h @@ -164,6 +164,13 @@ public: #endif // #ifdef HAS_BLOCKLESS + template + static CLEDController &addLeds(const struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) { + switch(CHIPSET) { + case WS2811_PORTC: return addLeds(new InlineBlockClocklessController(), data, nLedsOrOffset, nLedsIfOffset); + } + } + template static CLEDController &addLeds(const struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) { switch(CHIPSET) { -- cgit v1.2.3