TouchClock Video Clip
Credits to CircuitED for his beautiful GLCD touchscreen, please visit :
http://www.circuit-ed.com/128x64-GLCD-BlWh-w-Touchscreen-P146C8.aspx
to find GLCD module and touchpanel datasheets. Thank you Warren !
DownLoad TouchClock Project
Download TouchClock.ZIP project file for mikroC 
Includes :
How it works ?
This is how to connect the 4-wire resistive touchscreen to the PIC :

This is how the library reads the X raw coordinate of a touch :
The same is then done to read the Y coordinate, please see TSlib.c file in .ZIP file above.
X and Y raw coordinates are then adjusted using calibration coordinates to get X and Y coordinates in pixel.