Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

c code to interface 7 segment display to 8051?

Status
Not open for further replies.

zamanmalik

Junior Member level 2
Joined
Jun 18, 2008
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,429
c code for 7 segment display

c code to interface 7 segment display to 8051?
 

7 segment c code

zamanmalik said:
c code to interface 7 segment display to 8051?

use common cathode/anode driver 7447/4511 for ur 7 segment, it require digital input from ur MC. code will similar like that...

P1=0x00; // print 0
P1=0x01; // print 1
..........................
..........................

4 pin require from ur MC for inputing driver. 7 output must have equal resistance
470,220....ohms.check datasheet of the driver.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top