Arduino Color LCD/TFT - Working models

Hi Folks,

Appologies if this has been asked before as I coulnt find anything similar.

I am looking at some cheap 1.8" or 2.x" LCD's that I can interface with my arduino uno.
8 bit parallel or SPI/I2C would be fantastic.
After reading some topics I found that there are a lot of models on eBay that either dont work or with no information provided.

Can anyone recomend a model that works?

Kind Regards

I got this model working nicely:

http://www.ebay.com/itm/1-8-Serial-128X160-SPI-TFT-LCD-Module-Display-PCB-Adapter-Power-IC-SD-Socket-/141087179782?pt=LH_DefaultDomain_0&hash=item20d9738406

and waiting to get one like these:

http://www.ebay.com/itm/2-2-Serial-SPI-TFT-LCD-Display-Module-240x320-Chip-ILI9340C-PCB-Adapter-SD-Card-/131133739989?pt=LH_DefaultDomain_0&hash=item1e882e13d5

Cheers,

Jack

these also work

I recently posted a small report on some SPI based TFTs: Report: Inexpensive SPI based TFT Displays (PCF8833, ST7735, ILI9341) - Displays - Arduino Forum
I ordered these displays from various places all over the world. Focus had been low cost offers. Ucglib will support all of the mentioned SPI based displays: Google Code Archive - Long-term storage for Google Code Project Hosting., but also other libs will work (mentioned in the report)

Oliver