LCD tft at least 7''

Hallo,
i'm searching for a tfp panel to connect at an arduino system.
I have an ssd1963 based lcd.
Could i use it with arduino?
In case of no, could you suggest an not expansive (relativelly) and at least 7'' lcd tft display to use with arduino?
Thank you very much

Yes you could drive an SSD1963 with an Arduino. Download the datasheet and look into the serial (slow, few pins) and 8080 parallel (much faster, many pins) interfaces. There may even be sample source around somewhere if you search hard - the SSD1963 is quite a popular driver.