It turns out, the Teensy 4.1 and 4.0 are absolute LED beasts!
The claim is all 50 pins can be driven with DMA. Can that be possible?
The backend driver is ObjectFLED which just came out for Arduino-Teensy.
FastLED 3.9.8 just made this a core driver option.
Here's a reddit thread where they announced it.
Here's an example sketch:
The claim is all 50 pins can be driven with DMA. Can that be possible?
The backend driver is ObjectFLED which just came out for Arduino-Teensy.
FastLED 3.9.8 just made this a core driver option.
Code:
#define FASTLED_USES_OBJECTFLED
#include "FastLED.h"
Here's a reddit thread where they announced it.
Here's an example sketch:
FastLED/examples/TeensyMassiveParallel/TeensyMassiveParallel.ino at master · FastLED/FastLED
The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues&...
github.com