3.2″ TFT Touch Display

I am trying to set up a menu with a 3.2" TFT touch screen for some sensors I have hooked up to an Arduino Mega. I have tried to upload some simple sample codes (such as the draw or paint sketches from the UTouch library). I was wondering if anyone knew of a library with some sketches of a menu template of some sort that would make it easier. I already have the UTouch library, as well as the URTouch and UTFT. I've never coded for a TFT screen before and it seems overwhelming.

Here are the links to screen and shield I'm using:

screen

shield

Post a link to the actual display. e.g. Ebay sale.
Post a link to the actual Adapter Shield.

Compare the item(s) on your desk with the pictures in the link.

You would get sensible replies.

David.

david_prentice:
Post a link to the actual display. e.g. Ebay sale.
Post a link to the actual Adapter Shield.

Compare the item(s) on your desk with the pictures in the link.

You would get sensible replies.

David.

posted them.

Install UTFT v2.8.2
Install URTouch library

If your screen really is 320QVT it contains a SSD1289. Use SSD1289 as model in UTFT constructor.
If your screen is 320QVT_9341 it contains a ILI9341. Use ILI9341_16 as model in UTFT constructor.

Use correct UTFT constructor.
The URTouch examples should work out of the box.

Several people have done Buttons and Menus with UTFT.
I have not.

David.