Closed ITstreet1 closed 8 months ago
PxMatrix is not the best solution for driving larger displays. Please some library with parallel data lines and DMA support.
The other words, not to mess up too much with this lib and displays in a chain? With one display, the lib is great.
Exactly...it is really meant for low pin count and not much more than 64x64 pixels
Thank you.
The one you gave a link here should do the job. Although the wiring is different.
Hi,
I use this lib to drive one Waveshare 64x64 display with an ESP12F. Zero problems. https://www.waveshare.com/wiki/RGB-Matrix-P2.5-64x64
However, when I tried to connect two in a chain, I didn't get the expected result. I used this modified example from the lib.
Do I have to set something else in addition?
While driving the first one, I connected as you suggested here, and it is ok. With the second one, I connected the PO of the first to the PI of the second with a 16p IDC cable. The PO of the second I connected to the ESP12F. The connection should be ok.