MTK平台tp驱动详解本博文将讲解基于goodix9157触控芯片的tp驱动程序。这里有对应的驱动程序。初始化static int __init tpd_driver_init(void)
{
GTP_INFO("MediaTek gt91xx touch panel driver init\n");
#if defined(TPD_I2C_NUMBER)
i2c_register...
分类:
其他好文 时间:
2016-05-12 14:54:56
阅读次数:
299
主要涉及代码:
Kernel:
kernel-3.10\drivers\power\mediatekkernel-3.10\drivers\misc\mediatek\mach\mt6580\\power
MTK Battery框架结构图
通过上层通过读取创建一系列的设备节点获取电池相关的状态信息
android电源管理系统
/sys/c...
分类:
其他好文 时间:
2016-04-10 14:53:02
阅读次数:
458
对于LCM驱动移植,一般分为三部曲:
1、硬件IO口配置;
2、确保LCM背光能够正常点亮;
3、LCM驱动移植;
硬件电路:
1、GPIO配置
打开 mediatek\dct\DrvGen.exe
选择 mediatek\custom\xiaoxi\kernel\dct\dct\codegen.dws 配置文件
配置LCM PWM...
分类:
其他好文 时间:
2016-03-27 01:58:54
阅读次数:
1477
每一个项目的机型名都不相同,因此拍出来的照片需要更改详细信息中的机型名。 那么,具体在哪里修改照片详细信息机型名呢 路径信息:/ALPS.JB3.TDD.MP.V2_TD_xxx/mediatek/custom/mt65xx/hal/camera/camera/camera_custom_if.cp
分类:
移动开发 时间:
2016-02-20 16:02:02
阅读次数:
219
如何修改 zoomRatio 修改过程: 1, 先找到 gZoomRatio 数组序列的值 Location: V:\project_code\project_name\ALPS.JB.MP.V1_W_20120919\mediatek\platform\mt6577\hardware\camera
分类:
移动开发 时间:
2016-02-20 15:58:14
阅读次数:
210
1,MTK 平台如何查询当前使用的是哪颗摄像头及相关的模组信息? 在该目录下可以查到当前平台及相关项目的配置文件 ProjectConfig.mk \ALPS.JB.MP.V1_W_20120919\mediatek\config\project**\ 该文件中配置了当前项目中使用的硬件芯片等信息
分类:
其他好文 时间:
2016-02-20 14:37:22
阅读次数:
179
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The ...
分类:
其他好文 时间:
2016-01-22 21:52:10
阅读次数:
476
使用Hibernate 进行查询错误: [Ljava.lang.Object; cannot be cast to mediatek.Pro In the following code I am trying to get a List of Products which contains all the products in the database: org.hib...
分类:
编程语言 时间:
2015-11-06 16:34:31
阅读次数:
271
型号配置:1.CUSTOM_MEMORY_HDR(需要确认是否是MTK认证的flash ic)mediatek\custom\$(PROJECT)\preloader\inc\custom_MemoryDevice.h#defineBOARD_ID MT6577_EVB#defineCS_PART_...
分类:
移动开发 时间:
2015-10-12 12:05:54
阅读次数:
289
MTK Android Driver :lcm1.怎样新建一个LCD驱动LCD模组主要包括LCD显示屏和驱动IC。比如LF040DNYB16a模组的驱动IC型号为NT35510。要在MTK6577平台上新建这个lcd的驱动,步骤如下:A. 新建文件夹nt35510:\mediatek\custom\...
分类:
移动开发 时间:
2015-10-12 12:00:39
阅读次数:
171