5 years, 4 months ago.

LPC4088 and EA 7 inch LCD Board

calibration of the touch screen in EA example

	// instantiate and initialize GUI
	gui = new EwGuiImpl();

	// calibrate touch screen
	gui->calibrate();

	// polls cyclicaly touchpanel
	ticker.attach(&pollTouch, 0.01);

I like to calibrate the touch screen only once and not everytime the touchscreen is powered. Is there a way to get the calibration values and set it during the screen init?

Question relating to:

We are the leading providers of products and services around prototyping, evaluation and OEM platforms using NXP's ARM-based microcontrollers.

Be the first to answer this question.