I have a 2.8" TFT touch srceen and i have some of the coding done but trying to get it to do one thing. I want it to start a set of if/else statements when you push a button. here is part of the coding that i am working with.
First of all, there is no question in your post.
Do you have any questions, or would you like us to see how you are getting along building this code ?
Second, code is supposed to be put in code tags.
You can do so by clicking the # button above the edit field, and then paste your code.
That will make the text better legible and prevents unwanted formatting of the text you're pasting.
You can certainly use multiple if...else statements in your code.
You can also consider using switch...case, i like that one very much.