- This topic has 2 replies, 3 voices, and was last updated 9 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Arduino › How to interface both lcd and multiplexed seven segment display with a single arduino
Hello…
i need to display the keypressed number on lcd and multiplexed 7seg at the same time..
because seven segment needs to be in continuous loop for multiplexing
Is there a way..
THANK YOU
YES, you can use 7 segment drivers like MAX6954,HEF4543B,MAX7219CNG
generate an interrupt when key is pressed
otherwise just remain in continue loop to display number
or else use timer interrupt to refresh 7segment displays at regular intervals