hzeller/rpi-rgb-led-matrix

HUB320 support

Opened this issue · 2 comments

So all the matrices listed use HUB75, but for bigger matrices there is the similar HUB320. Are there plans to support that?

I have a 256*128 pixel matrix with HUB320, a 1/64S see here

There is nothing the library can do about it.
All you have to do is make a conversion cable.
1
However, most HUB320 LED panels use driver chips with built-in SRAM.
This library does not support driver chips with built-in SRAM. (This is not related to the HUB320 issue.)

There is nothing the library can do about it. All you have to do is make a conversion cable. 1 However, most HUB320 LED panels use driver chips with built-in SRAM. This library does not support driver chips with built-in SRAM. (This is not related to the HUB320 issue.)

I have a special driver chips withnot built-in SRAM and I only find the library for HUB75. How can I use this kind of library to control a HUB320 screen?