# Interstate 75 and 16 x 32 Panels

**URL:** https://forums.pimoroni.com/t/interstate-75-and-16-x-32-panels/20682
**Category:** Support
**Created:** [November 8, 2022, 12:07am UTC](https://forums.pimoroni.com/t/interstate-75-and-16-x-32-panels/20682 "2022-11-08T00:07:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![will36](https://avatars.discourse-cdn.com/v4/letter/w/b2d939/32.png) [@will36](https://forums.pimoroni.com/u/will36)
#### Post date: [November 8, 2022, 12:07am UTC](https://forums.pimoroni.com/t/interstate-75-and-16-x-32-panels/20682/1 "2022-11-08T00:07:39Z")

</div>

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](https://www.adafruit.com/product/420) and hope it will work.

---

<div class="post-metadata">

### Author: ![dissimulo](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/dissimulo/32/11126_2.png) [@dissimulo](https://forums.pimoroni.com/u/dissimulo)
#### Post date: [November 4, 2024, 1:41am UTC](https://forums.pimoroni.com/t/interstate-75-and-16-x-32-panels/20682/2 "2024-11-04T01:41:14Z")

</div>

+1 for this. I’ve been trying to figure out how to run example code on an 32x16 HUB75 panel via the Interstate 75.

---

<div class="post-metadata">

### Author: ![dissimulo](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/dissimulo/32/11126_2.png) [@dissimulo](https://forums.pimoroni.com/u/dissimulo)
#### Post date: [November 4, 2024, 2:18am UTC](https://forums.pimoroni.com/t/interstate-75-and-16-x-32-panels/20682/3 "2024-11-04T02:18:25Z")

</div>

Sorted! The new Interstate 75 library with this [rainbow.py example](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/interstate75/rainbow.py) just needs this bit of code added:  
`i75.width = 32`  
`i75.height = 16`
