I'm starting my first arduino project - a digital clock - and looking at the design I'll be needing to make an LED matrix with 10 rows and 11 columns (10x11)
What would be the best way to control them - shift registers? If so, anyone have any suggestions as to which ones to buy?
I've come across many tutorials/sites on 8x8, or 16x16 and similar variations but none discuss the challenges involved with custom matrix dimensions so any help would be appreciated!
Chips like the MAX7219 are capable of driving 64 single colour LED's (8x8 matrix) each and you can daisy chain several MAX7219 chips together but you don't need to connect all the LED's. You could just wire them up so 4 chips do 10x11 instead of 16x16.
Geee:
I've come across many tutorials/sites on 8x8, or 16x16 and similar variations but none discuss the challenges involved with custom matrix dimensions so any help would be appreciated!