Difficulty with second LCD menu
Torquewrench
Posts: 28
I have a situation where my first LCD menu works fine, but the second menu tree displays gobbledy-gook and Japanese characters, and I cannot figure out why.
Has anyone else seen this problem or know what I'm doing wrong? My code is very similar to Jon Williams' code in NV62 on Menus.
Thank you,
Phil
Has anyone else seen this problem or know what I'm doing wrong? My code is very similar to Jon Williams' code in NV62 on Menus.
Thank you,
Phil
bs2
23K
Comments
·· Were you posting your code or Jon's code?· The header notes say this is Jon's code.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
char = DDRam + Line1
GOSUB LCDcmd
This puts me back at the start of the first line of the LCD. What puzzles me is that this was not needed on the first menu. Now I've added it to my ClearLCD subroutine so it is at the start of every menu, and the only downside is the time hit every cycle for this command.
Thanks,
Phil