登录 注册
当前位置:主页 > 资源下载 > 50 > 调试与触摸屏相关的工具

调试与触摸屏相关的工具

  • 更新:2024-11-30 21:31:59
  • 大小:1.51MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:TAR

资源介绍

i2c-read:(在 adb shell中使用) $ adb root $ adb remount $ adb push i2c /system/bin $ adb shell # i2c-read -b 第几条i2c 设备slave地址 寄存器地址 例如: # i2c-read -b 2 0x26 0x00 seven-square:(模拟器,在触摸屏不好用的时候可以使用) 把seven-square拷贝到~/bin下就可以全局使用了 $cp seven-square ~/bin $seven-square