Navid
unread,Jun 17, 2009, 8:07:59 PM6/17/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GCC-HCS12
Hi,
Dragon12 board has a few revisions. I think the LCD module behaves the
same in all. Basically, since you are communicating with a separate
LCD controller, once you detach and exit from LCD, you have to tell
the controller what you want it to do. In your case, a simple clearing
the screen buffer will do the job. A simple way that comes to my mind
is to write only space character to the LCD lines.
If you want a better and more agile solution, we have to see which
revision of the board you have, and have a look at the LCD
documentation to see what methods are exposed to clear the LCD lines.
And as you mentioned, if you forget to reset the setting, you will see
the same old display until you reset the board.
Hope this helps.