what about if you're connecting all led to PORTC pins.

and do

OSCCON=$60

start:
PORTC=255
pause 500
PORTC=0
pause 500
goto start.


are all the led flash???


i'm sure you take care of connections of LCD but it happen to me one time to use BACKLITE pins instead of DATA pins... Are the other data pin left open or tied to ground. Some need to be connected to ground. Also try bigger delay at the beginning. Let's say 5 seconds.


regards