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.7k stars 1.17k forks source link

Can this library be used for a custom 96x96 led board? #920

Closed punyanagari closed 4 years ago

punyanagari commented 5 years ago

Hi,

Currently we manufacture/assemble LED panels of different sizes.

This is our new requirement:

Screen Shot 2019-11-02 at 8 08 30 PM

We are thinking of using 96x96 led boards and multiplex them to achieve the requirement.

Will this library be able to work with it? What changes will I need to make in the code? Can it be used with a custom led board If I just use the Hub75 with it?

Thanks for this great project.

looking forward for your help!

punyanagari commented 5 years ago

@hzeller can you comment on this please?

hzeller commented 4 years ago

You have not really given any details about what that custom panel would look like, what controll it is using etc. Given the parameters that show up in the table (e.g. 1:4 scan), it sounds like it is just like the other panels and you'd be able to control it with this library, maybe with minor modifications.

punyanagari commented 4 years ago

We will be using 32x16 or 32x32 boards. So for a 12 line Display of 384x192, we will require 72 panels of 32x32

It will look like this

[<][<][<][<][<][<][<][<][<][<][<][<] }--- Pi connector #1 [>][>][>][>][>][>][>][>][>][>][>][>] [<][<][<][<][<][<][<][<][<][<][<][<] }--- Pi connector #2 [>][>][>][>][>][>][>][>][>][>][>][>] [<][<][<][<][<][<][<][<][<][<][<][<] }--- Pi connector #3 [>][>][>][>][>][>][>][>][>][>][>][>]

The code will look like this for my specifications according to the guide

--led-chain=24 --led-parallel=3 --led-pixel-mapper="U-mapper" ----led-pwm-bits=12

The boards are currently shipping I will get back to you when I try it out.