-
Notifications
You must be signed in to change notification settings - Fork 166
MatrixHardware Header
Todo: describe the hardware header file here. Describe user-configurable settings and how to create a custom hardware header.
A Teensy 3 can be connected to the display panel using individual wires. Follow the wiring for the 13 signals between J1 and U1 in the SmartMatrix Shield schematic, as well as ground. Make sure to connect the LATCH signal to both pins on the Teensy, as well as the display connector.
Most panels are compatible with 3.3V signals, but some are not. Starting with V3, the SmartMatrix Shield includes 74AHCT245 buffers for all the signals going to the panel, to boost the signals closer to the 5V level some panels require. If you are seeing flickering or no LEDs lit when driving a panel, you may need to add buffers between the Teensy and panel.
If you want to use the improved circuit included in SmartLED Shield V4, that requires some external chips to drive the ADDX lines, freeing up more pins and other resources on the Teensy for other purposes. See the schematic and BOM for the circuit and parts needed.
The Teensy 4 port requires an external latch chip, there's no way to drive a HUB75 panel without that chip. See the schematic and BOM for the circuit and parts needed.