No Subject
Shabbir Ezzi
Posts: 7
I have routine that cycles through the Menu on a 4x20LCD (parallax). There is a 'X' that moves up and down so that the user can select an option from the menu. The problem is when the input is triggered the 'X' moves two lines. This happen in up direction and down direction.. Appreciate it if anyone can tell me what i am doing wrong...
Comments
Try it with moving the menustat outside of all the if-statements. Put it to the end of the repeat instead and add a repeat which waits for menustat to be <> 0.