Hello. I want to write a code in assembly or C. I will use PIC16F877 and it has 4x3 keypad. Also we will just activate 3 of 4 displays on 7-Segment Display.
For example : If I press number '4' , the number will be shown on display. Then if I press number '5', the number will be shown and the number '4' will be kept and passed to left display. Then if I press number '3', the number will be shown and the number '5' will be kept and passed left. The number '4' will be passed again to the left. At the end if we want to look 7 segment display, we will see the numbers like this '4 5 3'. The process will be go like this. Every number will be shown and the before kept number will be pass to left.
Anyone help?