calibrate.h
来自「在运行嵌入式Linux系统的、支持屏幕点击功能的手机上」· C头文件 代码 · 共 16 行
H
16 行
#define CAL_XK 0
#define CAL_XX 1
#define CAL_XY 2
#define CAL_YK 3
#define CAL_YX 4
#define CAL_YY 5
#define CAL_S 6
typedef struct {
int x[NR_POINTS], xfb[NR_POINTS], xscr[NR_POINTS];
int y[NR_POINTS], yfb[NR_POINTS], yscr[NR_POINTS];
int a[7];
} calibration;
extern int perform_calibration(calibration *cal);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?