LCD issues?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
sdwx72
Posts: 4
Joined: Fri Dec 01, 2006 7:32 am
Contact:

LCD issues?

Post 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.

User avatar
Steve
Matrix Staff
Posts: 3421
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post 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.

sdwx72
Posts: 4
Joined: Fri Dec 01, 2006 7:32 am
Contact:

Many thanks. =)

Post by sdwx72 »

Ill give it shot. =)

Post Reply