【发布时间】:2017-11-24 16:04:58
【问题描述】:
我尝试将带有触摸面板 AR1100 的 LCD 连接到带有 Android 设备的 Raspberry pi3。 Android 没有这种触摸的驱动程序,我找到了这个解决方案:
创建文件:
/system/usr/idc/Vendor_04d8_Product_0c03.idc
然后写:
# This is an example of an input device configuration file.
# It might be used to describe the characteristics of a built-in touch screen.
# The device is a external device.
device.internal = 0
# The device should behave as a touch screen device.
touch.deviceType = touchScreen
# The device uses the same orientation as the built-in display.
touch.orientationAware = 1
但重启后触摸不起作用。怎么了??
我如何将这种触摸连接到安卓设备?
【问题讨论】:
标签: raspberry-pi android-things