Đ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 :)
Visit site
Activity points
5,149
Hello experts!

I have this schematic attached below,


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).
 
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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…