Hello Everyone,
I'm new to programming in Arduino. I would like to make a menu button that will open a submenu, and the submenu can scroll up and down to provide enough option. There isn’t any good tutorial for that.
I'm using Arduino Uno and Adafruit 3.5" 320x480 Color TFT Touchscreen Breakout with Micro SD Card.
I modified the Spitftbitmap example, to read each bmp file from a SD card by an individual push button, but I need to make a simpler interface to have a better access to the information.
Also, is it possible to use touch screen and SD card together (SPI)?
Can someone help me, please?