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

64x64 P3RGBO SE without E-channel #1632

Open ixcue opened 6 months ago

ixcue commented 6 months ago

Hi, I was working with your library, everything was fine until I received new matrices without an e-channel

In this matrix Scan = 1/16 that is, 4 lines light up at the same time to completely fill the panel you need to iterate 16 times, 4 lines each 16 - addressed by 4 bits (A, B, C, D) Therefore there is no E signal

How can I describe these parameters in the library in order for the matrix to work?

Thanks in advance for your answer!

IMG_6548