There's always different thought for x problem, if it was me, i would use one of the next approach.
1. Store Text string in internal or external EEPROM, Text variable would return the start address of your text string. Your string should be terminated by a NULL (or 0), so when you call the Display routine, it just read from the eeprom, show it, go to next character and continue untill it reach the NULL (0).
2. Almost like the above, but storing text String in the codespace. Something around the following
http://www.pbpgroup.com/modules/wfse...p?articleid=10 There's quite a few version of it on this forum.
Last edited by mister_e; - 10th November 2008 at 18:58.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks