4x4 LED array

An area for asking questions, making suggestion, share ideas and place circuit examples.
Post Reply
GRX01
Posts: 5
Joined: Fri Apr 30, 2010 4:44 pm

4x4 LED array

Post by GRX01 »

It's a 4 by 4 array of LEDs!
The LEDs are controlled by the LED chip, which takes an Row input and Y coordinate and activates the corresponding LEDs.
The Y coordinate and Row input are pre-programmed with the ROM chips. The ROM for rows is the top one, the ROM for Y is the bottom one.
The part with the RAM, my 4-bit adder, and a clock signal at the bottom is a counter which goes from 0-15 and loops back to 0, and it cycles through the ROM addresses.
Looks best when running at a frequency of 10.

UPDATED:
Replaced the X input with a Row input which specifies the entire row (4-bit unit), and the Y input specifies where to place the row.

Credit goes to my friend Nick for developing the counter.
LED array.CircuitProject
(147.88 KiB) Downloaded 1128 times
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: 4x4 LED array

Post by admin »

Pretty cool, I like to watch the trajectory of the light. :D
Post Reply