Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone What can I use instead of MAX7219 driver for connecting atmega128A with LED 8x8 matrix? Thanks beforehand :)

What I have tried:

I was trying to connect 8x8 LED matrix with atmega128A and make some animatons on it.
But I'm new about assembly language. I't getting difficult to find the driver MAX7219 to connect led with atmega128A. What can use instead of MAX7219
Posted
Updated 30-Apr-16 20:34pm

1 solution

This is a software development site, not a hardware design site!
Try google: max7219 alternative - Google Search[^] - it lists a few alternmative chips.
 
Share this answer
 
Comments
Little@Knight 1-May-16 4:48am    
Thanks for response. Actually I wonder that is it possible to connect atmega128A to 8x8 LED matrix WITHOUT using max7219?
OriginalGriff 1-May-16 4:57am    
I'm a software engineer - albeit one that can read a circuit diagram - not a hardware designer.
But...the MAX is a driver chip: it's designed to take a single input signal containing serial data and convert it to 8 + 8 address / data suitable for direct connection to the LCD/LED matrix.
So off hand, I'd say "no"... :laugh:

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900