Sorry for bringing up this old thread...
I purchased one of those elecfreaks TFT01-2.4 back in 2012 (!!) and was left in the parts bin for years.
Recently I want to use it, but elecfreaks seems to remove the support, however, I can still get bits and pieces from internet (and using the wayback mechine to retrieve old pages)
I have it hooked up w/ Uno (and I am almost for sure the LCD is in 8-bit mode) Followed the connection in http://www.rinkydinkelectronics.com/files/UTFT_Requirements.pdf I even tied the LCD DB0-DB7 to ground.
I have tested UTFT examples and tried ILI9325C, ILI9325D_8, S6D1121_8 during init.
For example:-
UTFT myGLCD(S6D1121_8,A5,A4,A3,A2);
(and yes, I checked RS, WR, CS & RST connected to A5,A4,A3 & A2)
All I have is a white screen, sometimes I see it dimed a bit as the sketch is running (power is stable)
I didn't use any shield, and my UNO is a SainSmart board which I can switch the AVR runs at 3.3V. (Also tested and confirm)
One of the questions I have is the Vcc on LCD board itself. Some said it is 3.3V and some said it is 5V. At first I tried 3.3V but there is a 3.3V LDO connected to the Vcc pin, and that doesn't make sense. So I took the leap of faith connected Vcc to 5V (and checked the LDO again, sure enough, it gives a 3.3V output) Or did I just fried the board? 
I have tested UTFT_Demo_320x240.ino and the code from Elecfreaks, same results.