# Chaining Hub75 and Hub75E panel

**URL:** https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182
**Category:** Uncategorized
**Created:** [February 5, 2026, 3:28am UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182 "2026-02-05T03:28:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mattchap](https://yyz2.discourse-cdn.com/free1/user_avatar/rpi-rgb-led-matrix.discourse.group/mattchap/32/780_2.png) [@mattchap](https://rpi-rgb-led-matrix.discourse.group/u/mattchap)
#### Post date: [February 5, 2026, 3:28am UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182/1 "2026-02-05T03:28:59Z")

</div>

Hi

I want to chain three P2.5 128x64 panels but I noticed one of them is HUB75 (ABC…which requires --led-row-addr-type=5) and the other two are Hub75E (which do not require any --led-row-addr-type flag). I can get each individual panel to work properly with these flags but I want to chain them together. I’m guessing there is no way to properly chain these given they are different panel types??

Thanks

---

<div class="post-metadata">

### Author: ![board707](https://avatars.discourse-cdn.com/v4/letter/b/bc79bd/32.png) [@board707](https://rpi-rgb-led-matrix.discourse.group/u/board707)
#### Post date: [February 5, 2026, 9:46am UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182/2 "2026-02-05T09:46:10Z")

</div>

> [@mattchap](#):
>
> I’m guessing there is no way to properly chain these given they are different panel types??

I’m afraid not… but ask the authors (@hzeller@marcmerlin ) for sure

---

<div class="post-metadata">

### Author: ![marcmerlin](https://yyz2.discourse-cdn.com/free1/user_avatar/rpi-rgb-led-matrix.discourse.group/marcmerlin/32/40_2.png) [@marcmerlin](https://rpi-rgb-led-matrix.discourse.group/u/marcmerlin)
#### Post date: [February 5, 2026, 7:45pm UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182/3 "2026-02-05T19:45:18Z")

</div>

it’s not supported in the code.

Realistically I hope you understand that on a single chain you cannot mix address types since those lines have to say something that works for all panels in that chain

Technically speaking, you could have panels with a different addressing on a different chain but the current code isn’t setup to support that and I doubt anyone will write that up for you, although if your engineering time is worth less than the price of getting all panels of the same type for a single controller, it’s indeed possible.

---

<div class="post-metadata">

### Author: ![marcmerlin](https://yyz2.discourse-cdn.com/free1/user_avatar/rpi-rgb-led-matrix.discourse.group/marcmerlin/32/40_2.png) [@marcmerlin](https://rpi-rgb-led-matrix.discourse.group/u/marcmerlin)
#### Post date: [February 5, 2026, 7:47pm UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182/4 "2026-02-05T19:47:32Z")

</div>

I should add that for one of my installs, I hacked the library to change the color order between panels that were supposed to be the same, but were not

It was a custom hack for that one install though, and much easier than changing panel addressing

> **[Marc's Blog: arduino - Putting 27 P5 64x32 Azerone Panels To Good Use, a Big...](https://marc.merlins.org/perso/arduino/post_2024-06-29_Putting-27-P5-64x32-Azerone-Panels-To-Good-Use_-a-Big-288x192-Matrix.html)**

that’s what they were like before this patch  
[https://marc.merlins.org/Pix//albums/Electronics/Arduino/20240629\_288x192\_RGBPanels/27\_panel\_color\_fix.patch](https://marc.merlins.org/Pix//albums/Electronics/Arduino/20240629_288x192_RGBPanels/27_panel_color_fix.patch)

 ![image](https://global.discourse-cdn.com/free1/uploads/rpi_rgb_led_matrix/original/1X/62180bca4210b24a2cef707c446ec625a2cd04b5.jpeg)

---

<div class="post-metadata">

### Author: ![mattchap](https://yyz2.discourse-cdn.com/free1/user_avatar/rpi-rgb-led-matrix.discourse.group/mattchap/32/780_2.png) [@mattchap](https://rpi-rgb-led-matrix.discourse.group/u/mattchap)
#### Post date: [February 5, 2026, 8:59pm UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182/5 "2026-02-05T20:59:59Z")

</div>

Thanks Marc! I thought as much.  
I should have ordered my three panels in a single batch as it seems a lottery as to what panel shows up from the supplier these days.

---

<div class="post-metadata">

### Author: ![marcmerlin](https://yyz2.discourse-cdn.com/free1/user_avatar/rpi-rgb-led-matrix.discourse.group/marcmerlin/32/40_2.png) [@marcmerlin](https://rpi-rgb-led-matrix.discourse.group/u/marcmerlin)
#### Post date: [February 10, 2026, 4:44am UTC](https://rpi-rgb-led-matrix.discourse.group/t/chaining-hub75-and-hub75e-panel/1182/6 "2026-02-10T04:44:00Z")

</div>

yeah, that is sadly true, and one of mine specifically sent me some ABC panels when I was super clear I wanted ABCDE.

And my ABCDE supplier’s next batch had the RGB colors reversed. It’s not like the pins are labelled with colors, so I guess they can wire the colors however they see fit, because who cares?
