I have to design a user menu on TFT for user. That menu has lots of options like name, age , sex, date, time etc. etc.
Around 54 words that user may/may not change depending upon need.
So while interfacing TFT, for changing a single parameter I am using switch case. So that which parameter is user changing can be identified.
I am finding it bit of complex task to have so many switch cases. Moreover if ever some manues added/subtracted will give lot of fuss again, also if their position changes.
Can you give me some code suggestions how to do it, in better way.