Page 1 of 1

LCD issues?

Posted: Fri Dec 01, 2006 7:57 am
by sdwx72
Hello, Im having a problem with numbers displaying correctly on the 2x16 LCD display. The problem is that when I make a simple program to display a number like 10 when I push a switch it displays a 10. But when I set the input to display a number like 25 it displays the number 25 but when i release the button the first digit goes back to zero but the 5 remains. =( What am I doing wrong? Please advise.

Posted: Fri Dec 01, 2006 9:39 am
by Steve
2 options:

1) Clear the LCD display each time you write a number to it

2) Make sure you write 1 or 2 spaces after writing the number to make sure the previous number is erased.

Many thanks. =)

Posted: Fri Dec 01, 2006 9:52 am
by sdwx72
Ill give it shot. =)