Page 1 of 1

LCD Problem !

PostPosted: Sun May 05, 2013 12:43 am
by johndoe
Hi
I'm using sk40c with pic16f877a connected to and LCD (2x16) with blue backlight.
However I only got one line of black square and second line is empty.

All connection is correct since I have check the lcd and sk40c and they also have been label.
I also try using source code from example in Project 2 hello world from cytron but without success.

Need a helping hand here.

Re: LCD Problem !

PostPosted: Mon May 06, 2013 7:12 pm
by robosang
I think you need to check the previous thread, is not the LCD problem, it might be connection or program not working.

Re: LCD Problem !

PostPosted: Tue May 07, 2013 4:49 pm
by johndoe
Already figure out this problem. I accidently put lcd_initialize() in the loop. :evil: