I am extremely new to electronics projects like the one I'm doing with a Raspberry Pi, so I apologize if I do not even know the correct questions to ask. I am trying to connect multiple matrix displays to my Raspberry Pi 4. I have been following the help from the following repo.
https://github.com/hzeller/rpi-rgb-led-matrix
I think I have things hooked up correctly for one chain of displays. I really want to be able to hook up more chains, but have no idea how that is actually done. I've been looking at the following page for some help with how to wire everything.
https://github.com/hzeller/rpi-rgb-led- ... /wiring.md
That wiring page says some things for each chain like the RGB values need to be connected to their own pins on the Pi. Other things like GND, strobe, clock, OE-, A, B, C, D are said to need to be connected to the same pins on the Pi. Am I understanding that correctly? If I have 3 chains, I need to connect the strobe from all 3 to the same pin on the Pi? If so, how do you go about doing that? (Sorry. I really did mean that I was new to electronics)
I have another general question. How should I even find out the correct way to wire the pins to these external devices whether it be a display or a camera? How do I know which pins do what and where they should be hooked up on the Pi? The displays I bought have no apparent documentation included or online from what I can tell. I would have absolutely no clue where to start if it wasn't for that GitHub repository that I mentioned.
I have been a software developer for over a decade and am confident that I can write the code once I have the hardware more figured out. I just really do not know where to start with a lot of this. Thanks for taking the time to read this.
