资源简介

当下,在Android4.2.2 上基本全部用的都是电容式的触摸屏了,所以Google和其他定制厂商也陆续在自己的Android版本中去掉了电阻屏校准这部分代码,飞思卡尔的Android 4.2.2也不例外,但在其Android 4.0.4上都还有ts_calibrator的电阻屏校准程序,我们下面的要介绍的方法就是把这个 ts_calibrator 移植到Android 4.2.2 上。

资源截图

代码片段和文件信息

/*
 * Copyright (C) 2008 The Android Open Source Project
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-05-06 22:13  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\
     文件        6109  2014-05-06 11:25  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\Android-JB-RTS-diff.patch
     文件       28372  2014-04-30 13:48  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\init.c
     文件       13760  2014-04-30 14:23  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\max11801_ts.c
     文件         126  2014-04-24 14:12  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\max11801_ts.idc
     文件      308781  2014-05-06 14:56  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\Resistive-TS-JB-max11801_r1.1.pdf
     文件        8107  2014-05-06 14:11  Resistive-Touch-Screen-calibrate-baseon-Android-JB-max11801\ts_calibrator.zip

评论

共有 条评论