Hello everyone, I’ll get straight to it, I have 3x ‘P10-s4-3535’ matrix in series. These are 32x16 pixel panels with a HUB75 header on each end. See attached pic.[Uploading: P10-s4-3535.jpg…]
They appear to use 4bit multiplexing address, ABCD and I’ve read they might use a ‘Z’ stripe connection configuration.
I’m using https://github.com/hzeller/rpi-rgb-led-matrix software, I’ve tried heaps of different configuration command line options but each time I execute the command the display shows a rough block of pixels (always the same pixels, position and colour) and interestingly enough the Rpi pops up with the shutdown or logout dialog box and terminal cursor blinking goes fast and erratic the instant you press enter. I have to reboot the pi each time.
./demo --led-gpio-mapping=adafruit-hat --led-rows=16 --led-cols=32 --led-chain=3 --led-multiplexing=9 --led-addr-type=2 -D0
I have a HD-D15 driver board that came with the panels which does drive them, but the software and interface doesn’t work with my industrial PLC, which is why I need the display. This driver board uses HDplayer software (Windows based) which doesn’t allow comms between it and a PLC. Extra into, the backup settings file for this driver says something about being 32x8 pixels not 16 D15 with P10 display backup.zip (11.2 KB), see row 8 of this xml file.
I tried the pin4 to pin18 jumper and selected PWM, this didn’t fix anything either.
I’m not familiar with these panels or HUB75 electrical timing or sequences so I don’t even know what I’m meant to be looking for if I was to connect my scope to the I/O lines.
Any help or suggestions would be appreciated, thanks in advance.