The inputs to fillScreen are different in TFT.h and TFT_v2.h!
In TFT.h you have:
[i]void fillScreen(unsigned int XL,unsigned int XR,unsigned int YU,unsigned int YD,unsigned int color);[/i]
this is the format used in UI_ArduinoPhone.cpp.
However in TFT_v2.h you have:
[i]void fillScreen(unsigned int color);[/i]
Is there a simple way to get around this? I feel like one has to rewrite UI_ArduinoPhone.cpp for TFT_v2.
thanks,
T