⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 touchcal.h

📁 深圳市微逻辑电子有限公司 巨果&#8226 Kingmos&reg 系统核心
💻 H
字号:
/******************************************************
Copyright(c) 版权所有,1998-2003微逻辑。保留所有权利。
******************************************************/

#ifndef __TOUCHP_H
#define __TOUCHP_H

#ifdef __cplusplus
extern "C" {
#endif      /* __cplusplus */

#define TWO_DIMENSIONAL_CALIBRATION 1

#define ADC_PRECISION       12
#define MAX_TERM_PRECISION  27

#define MAX_COEFF_PRECISION (MAX_TERM_PRECISION - ADC_PRECISION)

BOOL
TouchPanelSetCalibration(
    int   cCalibrationPoints,
    int   *pScreenXBuffer,
    int   *pScreenYBuffer,
    int   *pUncalXBuffer,
    int   *pUncalYBuffer
    );

void
TouchPanelCalibrateAPoint(
    int   UncalX,
    int   UncalY,
    int   *pCalX,
    int   *pCalY 
    );

#ifdef __cplusplus
}
#endif  /* __cplusplus */

#endif  //#ifndef   _TOUCHP_H_




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -