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:
authorKurt Eckhardt <kurte@rockisland.com>2019-11-22 16:26:55 +0300
committerKurt Eckhardt <kurte@rockisland.com>2019-11-22 16:26:55 +0300
commit1b32d0316ad790fdd178bca02f1af71c0ce15ef8 (patch)
tree4c13aad437186719ec9b045320a7ea29868437f6
parent8b31b643e42d8a53a3df9abc96bf45f00adf52df (diff)
Support WS2812Serial Library on Teensy T4
Recently there was reported that the WS2812Serial library (github.com/PaulStoffregen/WS2812Serial) was not ported over to work on the new Teensy T4, so I thought I would take a look. I added the T4 support, which is now pending in a Pull Request. During that I also found that there were errors in one of the core header files for the T4, which I also fixed, which is now pending in another Pull Request (github.com/PaulStoffregen/Cores) After that was working, it was pointed out that the FastLED sample in the WS2812Serial librry did not compile. So... More details in the forum Thread: https://forum.pjrc.com/threads/58442-Non-Blocking-WS2812-LED-Library-and-Teensy-4-0
-rw-r--r--platforms/arm/mxrt1062/fastled_arm_mxrt1062.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h b/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
index 0814c7fa..5098af33 100644
--- a/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
+++ b/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
@@ -3,6 +3,9 @@
#include "fastpin_arm_mxrt1062.h"
#include "fastspi_arm_mxrt1062.h"
+#include "../k20/octows2811_controller.h"
+#include "../k20/ws2812serial_controller.h"
+#include "../k20/smartmatrix_t3.h"
#include "clockless_arm_mxrt1062.h"
#include "block_clockless_arm_mxrt1062.h"