Okay.... If you have wired it the same you will also need to flip port C... But you nee to take care of the two LED's on RC6,7
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
VIBR_RAZRAD
BSF PORTA,5
BSF PORTA,4
MOVF INDEX,W
ADDWF PCL,F
RETLW B'01111111'
RETLW B'10111111'
RETLW B'11011111'
RETLW B'11101111'
RETLW B'11110111'
RETLW B'11111011'
RETLW B'11111101'
RETLW B'11111110'
MOVLW B'11111111'
BCF PORTA,4
RETURN
If I get chance tonight, I'll make it work!!
Whooh!! Its hard coded... The code blanks the display every change od digit so 888888 seems to dominate... I'll see if I can sort it!
Great Job MasterNearly there... The blanking is fixed to clrf PORTB I have to change it to movlw 255 and movwf PORTB on each digit!