Hi, Michael
You don't need to clear the entire LCD before writing something else : the simplest way is overwriting the previous data ...only where needed.
So, if you add to some DATAs, spaces to have always the same amount of sent characters, you won't need any clearing !!!
This just implies DATAs must always be sent to fixed positions ... and have same lenght.
For general tips, if you need to clear a character ... overwrite it with "blank" (generally $20)
Alain
Bookmarks