64x64 LED Matrix?

Hi Rob,

ADDX pins don’t need to be PWM pins. They do all need to be in the same port group, Port C. Pin C0 - which is called 15 on the Teensy - is the only easily accessible pin that can be used for this. (schematic reference)

You’ll need to add/modify the ADDX definitions in MatrixHardware_KitV1.h to drive a 5th ADDX pin on C0/15

You’ll need to create a new configuration for SMARTMATRIX_HUB75_32ROW_MOD8SCAN following an example like SMARTMATRIX_HUB75_32ROW_MOD32SCAN in SmartMatrix3.h

There might be some useful notes here: