I already posted about this issue in thread, but I think, my issue is different.
I have changed ca. 10-15 lines in the original source code provided by Ben Heck. The 20*4 LCD now outputs Data without line-problems, but the 4 characters in the topright corner are displayed at the beginning of the third line!?
It looks like this:
TinyBasic 1146 Free. >10 print "1234567"_ | TinyBasic 1146 Free >10 print "1234567" >_ |
1146 Free. >10 print "1234567" > >_ | >10 print "12345 > >7" >_ |
in the fourth frame, after pressing LF, until the entered command goes up to the first line, only the left 16 chars are shown (the rest are blanked out), and the other 4 are in the third line, although the 17th is overwritten by the cursor > (in fact, up to all 4 could be overwritten if something would be written in this line)
Does anyone knows how to fix this? I am desperately trying to figure this out.
I marked the changes I made in the source code in the link in the first line in this post. I don't know if I am allowed to post the script here.
Thanks!
