?? touch_drv.h
字號:
/*H**************************************************************************
* NAME: touch_drv.h
*----------------------------------------------------------------------------
* Copyright (c) 2006 Atmel.
*----------------------------------------------------------------------------
* RELEASE: C51 Sample
* REVISION: 1.00
*----------------------------------------------------------------------------
* PURPOSE:
*****************************************************************************/
/*_____ I N C L U D E S ____________________________________________________*/
bit Touch_PositionXY (void);
Byte Touch_PositionA (void);
bit Touch_Read (void);
bit Touch_Write (Byte PID, Byte bRegister);
Byte Touch_scanByteLSB (Byte bBit);
void Touch_getMSB (Byte bByte);
void Touch_start (void);
void Touch_stop (void);
bit Touch_Wait (void);
void DelayX25us(Byte count);
extern idata Byte TouchPad[5];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -