the embedded GUI for SamSung s3c2410 cpu based board.is microwindows0.90

源代码在线查看: touchscreen_ucb1x00.h

软件大小: 4677 K
上传用户: yong_715
关键词: microwindows embedded SamSung s3c2410
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifndef TS_DEVICE				#define TS_DEVICE "UCB1X00"								#define TS_DEVICE_FILE "/dev/ucb1x00-ts"								#include 								struct ts_event {					unsigned short	pressure;					unsigned short	x;					unsigned short	y;					unsigned short	pad;					struct timeval	stamp;				};								#endif											

相关资源