Womart TFT LCD Shield + Touch Panel Display

Lazarus53:
Also, if you get a sketch is too big error in the examples under UTFT, all you need to do is comment out the #include directive for UTFT.h and the go to sketch menu and use import library to put UTFT back in the program. This puts an #include directive for savmemory.h in ahead of UTFT. I still can't get them to run, but this lets me load them.

I really wish people would read the ******* manual...

In the box marked 'IMPORTANT' you will find the following paragraph:
Since most people have only one or possibly two different display modules a lot of memory has been wasted to keep support for many unneeded controller chips.
As of v1.1 you now have the option to easily remove this unneeded code from the library. By disabling the controllers you don't need you can reduce the memory footprint of the library by several Kb. For more information, please refer to memorysaver.h.

To make use of the feature you will actually have to make some modifications to the file, but including it in the sketch does absolutely nothing as it is already included by UTFT.cpp.

/Henning