TFT touch screen (8347i) dont know how to find a program (code)

Hi there. I bought from e bay some TFT lcd screen and i thried to find smoe program but i couldnt please if you have some program help would be aprichieated.

Using:
Arduino mega 2560
TFT 2.8 8347i

Please post a link to the actual Display that you have bought.

David.

I think I have the same display for Mega 2560, also struggling to find anything about it. Photo on dropbox here:

Thanks!
Arek

Please post a link to the actual Display that you have bought.

You might get a solution within minutes. The previous poster did not think it worth the effort.

David.

Of course, I've added the photo to my previous post and here is the actual ebay listing of the display:

http://www.ebay.com/itm/2-8-TFT-LCD-Shield-SD-Socket-Touch-Panel-Module-for-Arduino-MEGA-2560-Precise-/131732073884

The HX8347-I is very similar to the HX8347-D and HX8347-G.
Unfortunately, it is a lot different to the HX8347-A.

From the photo in the Ebay link, it looks like an 8-bit bus.

UTFT supports the HX8347-A with a 16-bit bus.

Adafruit_TFTLCD supports a HX8347-G on an 8-bit bus. You will need to force it to use HX8347-G by saying tft.begin(0x7575).

Please let us know how you get on.

David.

I was able to get things working using a configuration file from mcufriend.com and modifications to the UTFT library. It all works fine and I've posted the library here: