Recent content by fbriceno97

  1. F

    FastLED with Teensy 4.1, fast parallel / DMA output on any pin

    I reinstalled Teensyduino and now it's working!. Thanks for the code!
  2. F

    FastLED with Teensy 4.1, fast parallel / DMA output on any pin

    Hi spolsky, I'm new to teensy world, I am trying to to compile your code but I keep getting the following errors: #include <OctoWS2811.h> #include <FastLED.h> #include <Arduino.h> //#include <Utils.h> const int numPins = 8; byte pinList[numPins] = {33, 34, 35, 36, 37, 38, 39, 40}; const int...
Back
Top