Logic Circuits

Thread Starter

jhef_cute_11

Joined Nov 17, 2010
7
Hi senior members, can someone help me with my project ,
we are required to design a running message using gates and a 7 segment display as an output. . .

specification are as follows:

- use five letter that would spell out your name
(ex. Jeffb)
- use at least 1 capital letter
- at most 1 repetitive letter
- use breadboard to plot your circuit. .

ex. dorAi

0000 (blank)

0001 i

0010 A i

0011 r A i

0100 o r A i

0101 d O r A i

0110 upper segment of the display

for d = _I
for o = I-I
for r = -
for a = o
for i = i

its like cutting the downpart of the segment;
d o r A i
0111 - -
1000 (blank)
1001 _ _
1010 going up from the 2 lines of d and o
ex o = o (full small o seen in the 7 segment)

1011 d o r A i
1100 d o r A
1101 d o r
1110 d o
1111 d

plssssssshttp://forum.allaboutcircuits.com/images/smilies/biggrin.gif
 

Thread Starter

jhef_cute_11

Joined Nov 17, 2010
7
Hi senior members, can someone help me with my project ,
we are required to design a running message using gates and a 7 segment display as an output. . .

specification are as follows:

- use five letter that would spell out your name
(ex. Jeffb)
- use at least 1 capital letter
- at most 1 repetitive letter
- use breadboard to plot your circuit. .

ex. dorAi

0000 (blank)

0001 i

0010 A i

0011 r A i

0100 o r A i

0101 d O r A i

0110 upper segment of the display

for d = _I
for o = I-I
for r = -
for a = o
for i = i

its like cutting the downpart of the segment;
d o r A i
0111 - -
1000 (blank)
1001 _ _
1010 going up from the 2 lines of d and o
ex o = o (full small o seen in the 7 segment)

1011 d o r A i
1100 d o r A
1101 d o r
1110 d o
1111 d
by the way, my desired name is JEFFb
 
Top