That really boils down to getting familiar with the LCD's data sheet & commands available.
Looks to me like;
SerOut2 PORTA.3, 32,[254,"D"] 'would turn off auto line wrap
Then;
SerOut2 PORTA.3, 32,[254,"G",1,2] ' would let you position the cursor manually, and should put you on column #1, row #2?
Bookmarks