Back to www.micro-examples.com

TouchClock : Design your own GLCD Clock

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 Download TouchClock.ZIP project file

Includes :

How it works ?

This is how to connect the 4-wire resistive touchscreen to the PIC :

How to connect a 4-write resistive touchscreen to a 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.