rpi-rgb-led-matrix icon indicating copy to clipboard operation
rpi-rgb-led-matrix copied to clipboard

P10 Outdoor Panel 1/4 Scan Problem

Open Xaver88 opened this issue 2 years ago • 15 comments

Hi there got a P10 outdoor 1/4 scan 32x16 display and can't get ist work it seems that every 4 rows are not in the correct order

https://github.com/hzeller/rpi-rgb-led-matrix/assets/105126414/1a8a0b29-2384-444a-be8f-65a4b48021af

Xaver88 avatar Oct 01 '23 11:10 Xaver88

multiplexing?

anandrajgupta avatar Oct 01 '23 11:10 anandrajgupta

tried all from 0 to 18, but no success this example is 3

Xaver88 avatar Oct 01 '23 11:10 Xaver88

for me it seems that row 0-3 and 4-7 are swapped also 8-11 and 12-15 same an the second panel but how to solve this?

Xaver88 avatar Oct 01 '23 13:10 Xaver88

your problem will be solved after a minor tweaking in multiplex-mappers.cc file

anandrajgupta avatar Oct 01 '23 17:10 anandrajgupta

I'm not firm with cc can you give me a hint or example what to do when I change the led-multiplexer.cc, what's next to get the demo (and python) workung) do I have to "make" the libs again?

Xaver88 avatar Oct 01 '23 19:10 Xaver88

there is no file led-multiplexer.cc which do you mean?

Xaver88 avatar Oct 01 '23 19:10 Xaver88

https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/lib/multiplex-mappers.cc

yes you have compile the libraries again

anandrajgupta avatar Oct 02 '23 04:10 anandrajgupta

tried to change and complie it. Output on the display changes, but (at the moment) I don't understand how the multiplex mapper and the pixelmapper works

Xaver88 avatar Oct 02 '23 14:10 Xaver88

trial and error

map each x,y coordinates

anandrajgupta avatar Oct 02 '23 16:10 anandrajgupta

Hi there got a P10 outdoor 1/4 scan 32x16 display and can't get ist work it seems that every 4 rows are not in the correct order VID-20231001-WA0010.mp4

Greetings,

What command are You trying?

ex. sudo demo --led-cols=32 --led-rows=16 --led-multiplexing=8 -D 0 (the 8 works for my 32x16 1/4 scan outdoor P10)

davemaster avatar Oct 02 '23 17:10 davemaster

Hi there got a P10 outdoor 1/4 scan 32x16 display and can't get ist work it seems that every 4 rows are not in the correct order VID-20231001-WA0010.mp4

Greetings,

What command are You trying?

ex. sudo demo --led-cols=32 --led-rows=16 --led-multiplexing=8 -D 0 (the 8 works for my 32x16 1/4 scan outdoor P10)

I tried all combinations and the mutliplexing=3 or 13 brings the shown video also asked the manufacrurer for a pixelmapping but get no answer (until now)

Xaver88 avatar Oct 02 '23 17:10 Xaver88

Hi there got a P10 outdoor 1/4 scan 32x16 display and can't get ist work it seems that every 4 rows are not in the correct order VID-20231001-WA0010.mp4

Greetings, What command are You trying? ex. sudo demo --led-cols=32 --led-rows=16 --led-multiplexing=8 -D 0 (the 8 works for my 32x16 1/4 scan outdoor P10)

I tried all combinations and the mutliplexing=3 or 13 brings the shown video also asked the manufacrurer for a pixelmapping but get no answer (until now)

Can You please take a picture of the back of rgb panel?

davemaster avatar Oct 02 '23 23:10 davemaster

led-multiplexing=4 worked for my P10 4 Scan 16×32. May try tweaking other parameters keeping this multiplexer=4

anandrajgupta avatar Oct 03 '23 03:10 anandrajgupta

get it work with a little twaek in the mapping but how to compile (MAKE ?) that also the python examples will work now?

Xaver88 avatar Oct 05 '23 14:10 Xaver88

i am not sure about the python one, i used C

anandrajgupta avatar Oct 05 '23 15:10 anandrajgupta