tc_ad7843_v1_00.h
来自「just uploading the file to get a new dow」· C头文件 代码 · 共 14 行
H
14 行
//Using : The source code is intended to be used at selected operation mode of AD7843.
//Description :
#ifndef _TC_AD7843_H_
#define _TC_AD7843_H_
void TCInit(void); //initial touch screen controller
unsigned short TCGetX(void); //call this after TCRead() to get X value
unsigned short TCGetY(void); //call this after TCRead() to get Y value
unsigned char TCIsPenOn(void); //TC_PEN_PIN is 0 when the screen is pressed
void TCRead(void); //read analog voltage
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?