android button 设置

button 背景色无效 修改 themes.xml 把 parent 中的 "Theme.MaterialComponents.DayNight.DarkActionBar" 修改为 "Theme.MaterialComponents.DayNight.DarkActionBar.Bridg...

android 图表 MPAndroidChart

添加 maven { url "https://jitpack.io" } 旧版本在 project 的 build.gradle 中增加: allprojects { repositories { jcenter() maven { url "https://jitpack...

[转] 高通平台TP和LCD 驱动Porting流程

转自: https://blog.csdn.net/xiaotao1513/article/details/96330242 ELAN 6730 高通820 8996平台Porting手册 1.Touch porting 创建Touch驱动文件夹 cd android/kernel/ms...

[转] android TP驱动移植调试笔记

转自: https://blog.csdn.net/jkzrc/article/details/18549957 1. 添加I2C 设备 TP 一般采用的是I2C 作为数据和命令接口,所以TP 驱动也可以归类为I2C 驱动。TP驱动的主要逻辑不在这里,但是了解了Linux 的I2C 体系架...

[转] 高通平台之TP代码分析

转自: https://blog.csdn.net/ctx_ubuntu/article/details/80053694 TP驱动芯片厂商主要有:Goodix(汇顶),FocalTech(敦泰科技),cypress(赛普拉斯),synaptics(新思)。 TP驱动的调试主要是将接口调通...

[转] android 电容屏(三):驱动调试之驱动程序分析篇

转自: https://blog.csdn.net/xubin341719/article/details/7833383 关键词:android 电容屏 tp 工作队列 中断 坐点计算 电容屏主要参数 平台信息: 内核:linux2.6/linux3.0 系统:android/and...

[转] android 电容屏(二):驱动调试之基本概念篇

转自: https://blog.csdn.net/xubin341719/article/details/7833277 关键词:android 电容屏 tp 工作队列 中断 多点触摸协议 平台信息: 内核:linux2.6/linux3.0 系统:android/android4.0...

[转] android 电容屏(一):电容屏基本原理篇

转自: https://blog.csdn.net/xubin341719/article/details/7820492 关键词:android 电容屏 tp ITO 平台信息: 内核:linux2.6/linux3.0 系统:android/android4.0 平台:S5PV31...

[转] 设备树解析

转自: https://blog.csdn.net/qq_27677015/article/details/53415848 一、描述 ARM Device Tree起源于OpenFirmware (OF),在过去的Linux中,arch/arm/plat-xxx和arch/arm/mac...

[转] linux驱动开发中与设备树相关的6种debug方法

转自: https://cloud.tencent.com/developer/article/1855138 整理出了6种驱动开发时与设备注册、设备树相关的调试方法,彼此间没有优先级之分,每种方法不一定是最优解,但可以作为一种debug查找问题的手段,快速定位问题原因。例如在芯片验证时,...