yep, as you say “part by part” it is easy , but when you need to have to scroll with 2 buttons ever the alphabet and send one by one the user selected character to eeprom , this isn’t as easy as it seems … this is where things get “dirty”.
As for the rest, for example:
Write:
DATA $00,"Switch01",0
Reading:
For CounterA = 0 to 16
Read CounterA,value
If CounterA=0 then goto Main
LCDOUT value
Next CounterA
Works ok , but as a whole …i´ve not been able and not seen anything working …
The code for strings by Darrel is absolutely brilliant but it misses one point … all the strings are predefined ….not a single one can be user “ personalized”/edit/create (when pics´s in runtime) …this is where I am searching an answer.
Anyway thanks a lot Mister_E :-)
Bookmarks