touchscreen_ucb1x00.h
来自「the embedded GUI for SamSung s3c2410 cpu」· C头文件 代码 · 共 18 行
H
18 行
#ifndef TS_DEVICE#define TS_DEVICE "UCB1X00"#define TS_DEVICE_FILE "/dev/ucb1x00-ts"#include <sys/time.h>struct ts_event { unsigned short pressure; unsigned short x; unsigned short y; unsigned short pad; struct timeval stamp;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?