pixelmatix / SmartMatrix

SmartMatrix Library for Teensy 3, Teensy 4, and ESP32
http://docs.pixelmatix.com/SmartMatrix
621 stars 162 forks source link

Wiring a Teensy 4.1 without SmartLED Shield #173

Closed DeltaW0x closed 1 year ago

DeltaW0x commented 1 year ago

Does anybody have to some sort of documentation on how to wire a HUB75 matrix to a Teensy 4.1 without using a SmartLED Shield. I've recently transitioned from the ESP32 DMA HUB75 library, where I could define which pins I wanted to use. I can't seem to find how to do the same here though

embedded-creations commented 1 year ago

It’s unfortunately not possible on the Teensy 4, see details here: https://github.com/pixelmatix/SmartMatrix/wiki/MatrixHardware-Header

DeltaW0x commented 1 year ago

Alright, thank you, I didn't notice that