I have an application with an LCD display that has quite a few strings to display on the screen. Whats the best way (least possible code space) to store the data in ROM, and display it?
I was thinking of storing the strings in ROM and strcpy them to my LCD buffer (in RAM) for display, but it doesn't seem to work right, i.e the strings don't store in ROM.
Help with a code example would be great!!
Tony
___________________________
This message was ported from CCS's old forum
Original Post ID: 13294
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Re: strings in ROM
Posted: Tue Apr 01, 2003 6:03 pm
:=I have an application with an LCD display that has quite a few strings to display on the screen. Whats the best way (least possible code space) to store the data in ROM, and display it?
:=
---------------------------------------------------
<a href="http://www.pic-c.com/forum/general/posts/1640.html" TARGET="_blank">http://www.pic-c.com/forum/general/posts/1640.html</a>
___________________________
This message was ported from CCS's old forum
Original Post ID: 13295
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum