Hi I'm new with Arduino and I'm using the TFT touch shield from Seeed studio.
I want to be able to go to different parts of my program like creating subroutines “ pages” on my touch screen. on each page I want to control or receive inputs from different devices. I'm trying the togo command it works only to one page but as I add a another page it sometimes go to the correct page or to the other page. what is the best way to move to a section of a program and work there, without going back until I want to.
What’s the name of that construction which uses goto and a switch to do a non-word-aligned memory copy? I remember that after I eventually figured out what it was doing, it felt like it shouldn’t have been allowed but obviously was. I’ve been wracking my brain trying to remember the chap that it was named after, but it’s not coming to me. Anyone remember?
As Duff himself said:
This code forms some sort of argument in that debate [about C's fall through behaviour], but I'm not sure whether it's for or against.
I want to use my Tft touch shield. I need to hold the pages on the screen and perform interactive activities like reading my PIN or starting a motor using the buttons that I will create on that page, is it possible? and if anyone can help?