To drive a TFT in a "raw" fashion requires a much bigger chip than the standard Arduino has... You can implement a raw driver with the Due and it looks pretty good.. You will need a display buffer ( same size of the screen ) 480 x 272 x 2.. About 262 kilo bytes of ram Then at least two timers to create the timing... BUT!! before you start, even high end systems use custom graphic driver chips, it uses far too many resources to run it direct.