Hi
We have a program with multiple recipe numbers. However, the customer wants editable text for each recipe.
We only have cursor keys to input, therefore I have come up with an array of DM numbers, 1 for 1st letter, 2 for 2nd etc. Each DM is adjusted up and down using the cursor keys. The left and right buttons change the DM being adjusted. After each change to the DM no, a text string is rebuit using a For...Next loop.
The text can then also be saved to EPROM.
It works well, but really uses up the EPROM!!! Does anybody have any neater solutions?
Thanks