Hey,
yes there is a newer library for the tft Display. I could not get it compiled with the old version ( I have the newer version of the TFT).
You need to register the new Library to Arduino 1.05. Then in the “ArduinoPhone” tab you need to modify like this:
// #include <TFT.h>
#include <TFTv2.h> //name depends on the registration of your library
in the “UI_ArduinoPhone.cpp” tab
[code]// #include <TFT.h>
#include <TFTv2.h>
…
Tft.TFTinit();
// Tft.init();
[/code]
I get it compiled and running on my Arduinophone. But I can not accept calls or do calls. Seems liek there is still a problem in the code…but can not find it.Let me know if it is on yours working,please!