Chinese LCD

Hi,
I have an LCD and I don't know how to connect it to Arduino.

Detail:
I just received my LCD+Touch from China, for my new project with Arduino.

I first translated the comment of example file accompanying it from Chinese to English by Google Translate. I'll publish all the information I have.

Please help me to form a "Arduino tutorial" out from it.

This is the LCD:


Its controller is "ILI9325".

The datasheet provided for LCD:
http://rapidshare.com/files/413245481/LCD_Datasheet.pdf

Code:

(the file #include"reg52.h" is not provided. I think it is the registers of MCU used? So I have to write a similar for Arduino?)

Please guide me :slight_smile:

There are a number of threads on these LCDs and info on how to control it. Do a search and you will find the info you require.

Mowcius

Sorry! I thought I am the first one who obtained this LCD! But really this is the first time I did such a mistake :smiley:

Thank you :smiley:

Where did you buy it and how much did you pay for it? There's someone contemplating getting something similar on the forum?

BTW, the Chinese in the picture displayed on the LCD says "Frequently visited hall" above the doorway :slight_smile:

BTW, the Chinese in the picture displayed on the LCD says "Frequently visited hall" above the doorway

Can you read Chinese? :o

I speak a few (mostly rude) lines of Korean, its a big world out there son, and its not all in English :wink:

;D

I realize there are other languages :P, what threw me off was the

MN, USA

under liudr's name :).

Hi all,
I got the lcd from ebay. Just search for TFT LCD and you'll get a lot of them, including this one.

I found this thread:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1273510594

I obtained the lib from their google code, put the ITDB02.h in my lib directory under Arduino hardware folder, and compiled the program there, and failed. I've got this error:

o: In function `__static_initialization_and_destruction_0':
C:\DOCUME~1\WHW\LOCALS~1\Temp\build36529.tmp/Temporary_6007_9713.cpp:7: undefined reference to `ITDB02::ITDB02(int, int, int, int, int, int, int, int, int, int, int, int)'

Next I copied the tutorial from the end of the same thread, and did as instructed there: "The code for 8 bit mode~ connect the DB9-DB16 to the Arduino D0-D7 . pull the DB1-DB8 to GND."
again failed: LCD is turned on, code compiled and uploaded, but nothing changes, a white screen. I'm sure the LCD is ok (I have two of them brand new, both have the same behavior).

I'm confused. Please help.