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.

ĐOT-MǞTRIX Display Programming

Status
Not open for further replies.

Eshal

Advanced Member level 1
Joined
Aug 29, 2012
Messages
470
Helped
16
Reputation
32
Reaction score
15
Trophy points
1,298
Location
Nowhere :)
Activity points
5,149
Hello experts!

I have this schematic attached below,
Capture.PNG

I have picked this circuit diagram from **broken link removed**

I want to glow just one LED on this display. 1st row and 1st column LED i.e the most upper leftward LED.

What code should I burn in the AT89C51 in Assembly Language to glow it?

Thank you very much.
 

Why not anyone help me? Does no one know about this?

Regards,
Princess
 

I do not know the AVR, but ... try this:

- write to the HC164 the value 0b10000000 (0x80, one 'one' and 7 'zero', using 8 clock pulses) and write 0b01111111 (0x7F) to the P0 port. But it depends on the matrix connections (polarity).
 
  • Like
Reactions: Eshal

    Eshal

    Points: 2
    Helpful Answer Positive Rating
Yes you are right sir.

And let me know if you know how to generate two waves through the programming simultaneously? Using assembly language?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top