This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problem in keypad of 8051

i m using micro-controller p89v51rd2
in that i m trying program of keypad which out put show on 7 segment but in that when i m hold the key than out put will be show but after relished the key out put dont show or say my out put was not hold.
so any one tell me how to hold my out put.

Parents
  • Isn't that obvious?

    When you do detect a key - display it.
    When you do not detect a key - don't display.

    The LCD will remember your last write request so if it overwrites the last key pressed it's because you are always sending out data to the display if or if not a key is pressed.

Reply
  • Isn't that obvious?

    When you do detect a key - display it.
    When you do not detect a key - don't display.

    The LCD will remember your last write request so if it overwrites the last key pressed it's because you are always sending out data to the display if or if not a key is pressed.

Children