This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code suggestions needed while interfacing TFT with MCU

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.