Just wanting to know if the Interstate 75 will work with a 16 x 32 matrix? It doesn’t list it on the specs but I have one of these - Medium 16x32 RGB LED matrix panel - 6mm Pitch : ID 420 : $24.95 : Adafruit Industries, Unique & fun DIY electronics and kits and hope it will work.
+1 for this. I’ve been trying to figure out how to run example code on an 32x16 HUB75 panel via the Interstate 75.
Sorted! The new Interstate 75 library with this rainbow.py example just needs this bit of code added:
i75.width = 32
i75.height = 16
1 Like