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=1273510594I 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.