You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've selected to use the "esp-tftespi-default-xpt2046_int.h" for the touchscreen and wanted to verify where to place the calibration data generated by the 'diag_ard_touch_calib.ino" sketch?
An additional question regarding if I choose to place this same data in the main sketch. Is this the only line I would need to use?
gslc_SetTouchRemapCal(&m_gui, nXMin, nXMax, nYMin, nYMax);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've selected to use the "esp-tftespi-default-xpt2046_int.h" for the touchscreen and wanted to verify where to place the calibration data generated by the 'diag_ard_touch_calib.ino" sketch?
An additional question regarding if I choose to place this same data in the main sketch. Is this the only line I would need to use?
gslc_SetTouchRemapCal(&m_gui, nXMin, nXMax, nYMin, nYMax);
Thanks for the assistance!
Beta Was this translation helpful? Give feedback.
All reactions