ok, i think my only problem now is trying to get it to display something on the second line, instead of just wrapping the text... i want to be able to specify where it is displaying certain info..
thanks
danny
ok, i think my only problem now is trying to get it to display something on the second line, instead of just wrapping the text... i want to be able to specify where it is displaying certain info..
thanks
danny
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?
thanks bruce... i was actually just playing around with the different commands, i got it to clear, turn on and off, change the contrast and stuff like that... thanks for all the help, i think i have finally got it now...
danny
Bookmarks