New Reply

[ASK]What IC can display A-F to 7-segment LED

 
Share Thread
Aug17-12, 05:52 PM   #1
 

[ASK]What IC can display A-F to 7-segment LED


guys, you just created a circuit a BCD 4bits Full adder but in my case i just need a 3bits-3bits addition so that i set the A4 to 0 by default...

i used 7483 for 4bits full adder and connect it to a 7447 BCD to 7-segment

A4A3A2A1 + B43B2B1

A4 & B4 are set to 0

so 7 is the maximum value in one input..

my problem is when A+B = greater 9....i need to display a real letter A-F not the default light up of 7447

ex.

101(5) + 101(5) = A (bit letter A)
110(6) + 101(5) = b (small letter b)
111(7) + 101(5) = C (big letter C)
110(6) + 111(7) = d (small letter d)
111(7) + 111(7) = E (small letter E)

but in default in 7447

111(7) + 111(7) = inverted big letter F...

is there an IC which can convert 10-15 to A-F in 7segment led?

or just another IC which can configure 7447?

~help me please
PhysOrg.com engineering news on PhysOrg.com

>> Mathematical algorithms cut train delays
>> Researchers design software to detect changes in colour vision
>> Trend study identifies potential for humans and technology to interact in a manufacturing environment
Aug17-12, 06:43 PM   #2
 
Mentor
Quote by ajmosca25 View Post
guys, you just created a circuit a BCD 4bits Full adder but in my case i just need a 3bits-3bits addition so that i set the A4 to 0 by default...

i used 7483 for 4bits full adder and connect it to a 7447 BCD to 7-segment

A4A3A2A1 + B43B2B1

A4 & B4 are set to 0

so 7 is the maximum value in one input..

my problem is when A+B = greater 9....i need to display a real letter A-F not the default light up of 7447

ex.

101(5) + 101(5) = A (bit letter A)
110(6) + 101(5) = b (small letter b)
111(7) + 101(5) = C (big letter C)
110(6) + 111(7) = d (small letter d)
111(7) + 111(7) = E (small letter E)

but in default in 7447

111(7) + 111(7) = inverted big letter F...

is there an IC which can convert 10-15 to A-F in 7segment led?

or just another IC which can configure 7447?

~help me please
Welcome to the PF.

Instead of "BCD to 7-segment display driver", try Googling Hex to 7-segment display driver...
Aug18-12, 07:13 PM   #3
 
ok, i see an IC, but im not sure if it is the IC i need...

MC14495....

im studying its datasheet right now, thx btw...

~yes i am new here in PF, thx for welcoming...Overwhelming...^_^
New Reply

Similar discussions for: [ASK]What IC can display A-F to 7-segment LED
Thread Forum Replies
BJT for 7 segment display Engineering Systems & Design 1
7 Segment LED display Electrical Engineering 7
7 Segment Display Help Electrical Engineering 5
Develop a program to display a number, on a single 7 segment LED display Computing & Technology 6
Display a number, on a single 7 segment LED display Introductory Physics Homework 0