
TP
文章平均质量分 78
jremmyliu2014
这个作者很懒,什么都没留下…
展开
-
8x25 平台上添加虚拟按键
if (event->au16_x[i] au16_y[i] < 960) //LCD view area { input_report_abs(data->input_dev, ABS_MT_POSITION_X, event->au16_x[i]); input_report_abs(data->input_dev原创 2014-05-13 16:12:06 · 1243 阅读 · 0 评论 -
TP调试
1. 问题一:tp的驱动添加之后,直接死机原创 2014-08-26 18:18:05 · 4736 阅读 · 0 评论 -
高通 8x12 添加 TP和按键
1 .在tp的驱动文件中添加以下代码实现按键功能static ssize_tft5x06_virtual_keys_register(struct kobject *kobj, struct kobj_attribute *attr, char *buf){ return snprintf(buf, 200, __stringify(EV_KEY) ":原创 2014-03-20 17:57:18 · 3964 阅读 · 0 评论 -
触摸屏新技术—Hotknot、息屏手势
最近接到一个TCL手机的项目,项目中yog原创 2014-09-15 10:28:03 · 2967 阅读 · 0 评论 -
虚拟键值对应
0x01: A version code. Must always be 0x01. : The Linux key code of the virtual key. : The X pixel coordinate of the center of the virtual key. : The Y pixel coordinate of the center of the vi原创 2014-10-08 15:17:51 · 1076 阅读 · 0 评论