Agent47701 wrote:Guys I am a begginer I had bought an 8x8 led matrix I don't know what connections to make with the pi .It is a non adafruit one it does not come with any extra board it is just the matrix and some pins under it. I don't know what to do please help me
If it really is just the raw 8*8 led matrix it is going to be a bit of work driving it from the Pi.
It might be worth googling around for the max7219 chip, or 74HC595, to see what is commonly done with this type of part.
On ebay many 8*8 matrix are sold for a couple of quid as a kit including the max7219 chip, although some soldering is required.
I had a Sunfounder kit of bits, with just the 8*8 with it, to be used with the 74HC595s, but the max chips make things a lot easier, you don't have to worry about multiplexing. Here's the Sunfounder video:
https://www.youtube.com/watch?v=XL08D2D4wR8
plenty of wiring up, whereas the max kits just need 3 wires plus power and can easily be cascaded.
Joe