Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

Project Request

Return
Anant Mitra
anantmitra

posted on 2015/05/26 08:48:22 AM CEST

Graphics & LCD > TFT

Calibration of Touch Screen

I am using mikromedia for PIC32, VisualTFT and mikroC pro for PIC32. while programming i find it a bit irritating that the touch screen requires calibration each time the system restart.
To remove this i had tried TP_Set_Calibration_Consts( 0,320, 0, 240); but it didn't proved helpful. using this touch screen didn't get calibrated and hence the button on the screen didn't shows any response. what is the solution for this

thanks in advance.