在线时间20 小时
UID37684
注册时间2007-10-11
NXP金币0
该用户从未签到
中级会员
 
- 积分
- 268
- 最后登录
- 2022-5-2
|

楼主 |
发表于 2019-4-30 17:12:39
|
显示全部楼层
GUI_TOUCH_Exec()不是emwin的内部函数?
/*********************************************************************
*
* TOUCH screen, analog driver
*/
int GUI_TOUCH_CalcCoefficients (int NumPoints, int * pxRef, int * pyRef, int * pxSample, int * pySample, int xSize, int ySize);
int GUI_TOUCH_Calibrate (int Coord, int Log0, int Log1, int Phys0, int Phys1);
int GUI_TOUCH_CalibratePoint (int * px, int * py);
void GUI_TOUCH_EnableCalibration(int OnOff);
void GUI_TOUCH_Exec (void);
int GUI_TOUCH_GetxPhys (void); /* for diagnostics only */
int GUI_TOUCH_GetyPhys (void); /* for diagnostics only */
void GUI_TOUCH_SetCalibration (int (* pFunc)(int *, int *)); /* Not to be documented */
void GUI_TOUCH_SetOrientation (unsigned Orientation);
int GUI_TOUCH_TransformPoint (int * px, int * py); /* Not to be documented */
请指点呀!
|
|