hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.59k stars 1.15k forks source link

HUB320 support #1618

Open davidkessler-ch opened 6 months ago

davidkessler-ch commented 6 months ago

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

wata-net commented 6 months ago

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.)

Keniis0712 commented 4 months ago

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?