Page 1 of 1

Non adafruit 8x8 led matrix

Posted: Tue Aug 04, 2015 4:50 pm
by Agent47701
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

Re: Non adafruit 8x8 led matrix

Posted: Tue Aug 04, 2015 7:57 pm
by DougieLawson
Post a link to the device you bought.

This is the one I've got which is based on a MCP23017 I2C GPIO driver
http://www.modmypi.com/raspberry-pi/bre ... -board-kit
it's really easy to program that.

If you don't have the MCP23017 it's going to need 16 GPIOs from your RPi to drive it.

Re: Non adafruit 8x8 led matrix

Posted: Tue Aug 04, 2015 9:14 pm
by RST8
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