电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

基于ilitek的电容屏驱动程序的分析

基于ilitek的电容屏驱动程序的分析_第1页
1/63
基于ilitek的电容屏驱动程序的分析_第2页
2/63
基于ilitek的电容屏驱动程序的分析_第3页
3/63
下载后可任意编辑基于 ilitek 的电容屏驱动程序的分析 首先,将驱动的代码粘贴出来先,在第二篇我再对整个驱动程序进行进一步的分析(http://linhui.568.blog.163.com/blog/static/962652682024786352856/):/* Copyright (c) 2024 by ilitek Technology. All rights reserved. ilitek I2C touch screen driver for Android platform Author: Steward Fu Version: 1 History: 2024/10/26 Firstly released 2024/10/28 Combine both i2c and hid function together 2024/11/02 Support interrupt trigger for I2C interface 2024/11/10 Rearrange code and add new IOCTL command 2024/11/23 Support dynamic to change I2C address 2024/12/21 Support resume and suspend functions 2024/12/23 Fix synchronous problem when application and driver work at the same time 2024/12/28 Add erasing background before calibrating touch panel 2024/01/13 Rearrange code and add interrupt with polling method 2024/01/14 Add retry mechanism 2024/01/17 Support multi-point touch 2024/01/21 Support early suspend function 2024/02/14 Support key button function 2024/02/18 Rearrange code 2024/03/21 Fix counld not report first point 2024/03/25 Support linux 2.36.x */#include #include #include #include #include #include #include #include #include #include #include 下载后可任意编辑#include #include #ifdef CONFIG_HAS_EARLYSUSPEND#include #include #endif//#define COORDINATE_KEY//#define ILITEK_SLEEP_MODEint touch_key_hold_press = 0;int touch_key_code[] = {KEY_SEARCH, KEY_MENU, KEY_BACK, KEY_HOME};int touch_key_press[] = {0, 0, 0, 0};// definitions#define ILITEK_I2C_RETRY_COUNT 3#define ILITEK_I2C_DRIVER_NAME "ilitek_i2c"#define ILITEK_F...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

基于ilitek的电容屏驱动程序的分析

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部