I recall most LCD's have a "cursor off" command? (i believe the OLED replacements for LCD's should also have cursor-off too).
Turn the cursor off at the beginning of your code, just after the LCD initialises. If you ever need to see the cursor as a prompt, then re-enable the cursor during that part of the code only.
hope this might help?
Bookmarks