String functions OR more room for arrays
ando
Posts: 11
Hello,
I need more room for variables or I need to know if there are functions that can operate on strings. Like substr. With an LCD I would like to scroll a message back and fourth. picking which characters are on the screen needs to be taken care of by my code. So I thought I would store the whole message in 4 Nib arrays 13 chars long. Since I ran out of room I am hoping there is different method.
Joe
I need more room for variables or I need to know if there are functions that can operate on strings. Like substr. With an LCD I would like to scroll a message back and fourth. picking which characters are on the screen needs to be taken care of by my code. So I thought I would store the whole message in 4 Nib arrays 13 chars long. Since I ran out of room I am hoping there is different method.
Joe
Comments
http://www.parallax.com/dl/docs/prod/appmod/LcdTerminal.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I need my text to scroll in all directions up, dn, left, right. I figure it is going to be easier to just rewrite the whole lcd with my data. I may have overlooked the eprom space. I can store my full strings there. Then write my own substr. Is there a command I can use to shift or step through a string?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I got it working using the READ command
Thanks for all your help. I just got her all closed up. You can see the finished project here.
http://www.andomation.com/stuff/ouija/
Joe