i try to connect lcd with touch panel AR1100 to Raspberry pi3 with Android things. Android does not have driver for this touch, i found this solve:
create file
- Code: Select all | TOGGLE FULL SIZE
/system/usr/idc/Vendor_04d8_Product_0c03.idc
and write:
- Code: Select all | TOGGLE FULL SIZE
# 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
But after restart touch not working.
How i can connect this touch to android things?