📄 touchscreen.h
字号:
/*********************************************************************************************
* File: tp.H
* Author: embest
* Desc: Touch Screen define file
* History:
*********************************************************************************************/
#include "def.h"
#ifndef __TP_H__
#define __TP_H__
void touchscreen_test(void);
void touchscreen_init(void);
void touchscreen_int(void);
void touchscreen_close(void);
#endif /*__TP_H__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -