Ok... i will check it out....
Right now I find the line of code in FastLED.h that causes compile error for the example FastLED_Cylon.ino in the Non-Blocking WS2812 LED Library in combination with Teensy 4.0.
In...
Do you test the FastLED_Cylon.ino example with your new update in github ?
I still got compiling errors after downloading your https://github.com/KurtE/WS2812Serial/tree/T4.
In file included from...
I started to test the other file included in example folder of Non-Blocking WS2812 LED Library : FastLED_Cylon.ino
// FastLED Cylon Example, using Non-Blocking WS2812Serial
#include <WS2812Serial.h>
#define...
I do a test with your hack without modifying the imxrt.h file using only Serial1 >> Data Pin 1 and 4 Ws2182B Leds.
And it works .....:D
Using following test code:
/* WS2812Serial BasicTest Example */
#include...
I testet all SerialX pins but still no light up.:(
For all people who want to contribute to get Non-Blocking WS2812 LED Library and Teensy 4.0 work together.
Right now I'm testing KurtE modified Library:...
Hi KurtE, i upload the example Code of the Library to Teensy 4.0:
/* WS2812Serial BasicTest Example */
#include <WS2812Serial.h>
const int numled = 4;
const int pin = 1;
// Usable pins:
Cool...KurtE..:cool:
I will...try your code ...tomorrow...
and report my my expereince .... with teensy 4.0 , AudioShield Revion D and ws2182b ....
THX!!!!!!!!!!!!!
Hi KurtE,
i'm not a low level programmer. My strength lies in the field of creative coding with electronic hardware.
If i can help in some way let me know.
Hallo,
I want to use Teensy 4.0 with the Non-Blocking WS2812 LED Library that doesn’t interfere with interrupts in combination with the Audio Library.
On compiling i got this Error Message:
Arduino: 1.8.9...