Agent47701
Posts: 26
Joined: Tue Aug 04, 2015 4:37 pm

Non adafruit 8x8 led matrix

Tue Aug 04, 2015 4:50 pm

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

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Non adafruit 8x8 led matrix

Tue Aug 04, 2015 7:57 pm

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.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

User avatar
RST8
Posts: 64
Joined: Tue Nov 25, 2014 1:57 pm

Re: Non adafruit 8x8 led matrix

Tue Aug 04, 2015 9:14 pm

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

Return to “General discussion”