I'm trying to interface a different LCD with the TM4C129X dev kit and need to figure out if the existing drivers will be close or not. Unfortunately I cannot post the datasheet due to confidentiality reasons. The LCD uses parallel interface, 262k color 240*320 RGB and the driver IC is either a ILI9341V or an FT6206. This is the best information I could find on the FT6206: http://wenku.baidu.com/view/7bb29d718e9951e79b8927cd.html
My main concern is that the LCD I have only has Data 0:15 and no HSYNC or VSYNC pins. However, looking at the schematic of the dev kit two data pins and VSYNC and HSYNC are connected to ground. I am looking for some advice on how I can determine if this LCD will be relatively easy port over or if different or new drivers will need to be written.
Thank you!