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

📄 tc_ad7843_v1_00.h

📁 just uploading the file to get a new downlad for AD7843
💻 H
字号:
//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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -