hzeller/rpi-rgb-led-matrix

64x64 P3RGBO SE without E-channel

ixcue opened this issue · 0 comments

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