我正在尝试安装一个android触摸屏驱动程序...我有一个树莓派3,我安装了emteria android它...我买了一台waveshare触摸屏https://www.waveshare.com/wiki/10.1inch_HDMI_LCD#Method_1._Driver_installation。
我解决了分辨率问题,屏幕显示也很好,但触摸不起作用,我试着安装了驱动程序,但它是为ubuntu设计的,在安卓上不起作用。你知道我该怎么解决触摸屏的问题吗?
发布于 2017-10-24 14:08:45
使用下面的触摸屏驱动程序:
https://github.com/derekhe/waveshare-7inch-touchscreen-driver
并使用以下命令:
git clone https://github.com/derekhe/waveshare-7inch-touchscreen-driver
cd waveshare-7inch-touchscreen-driver
chmod +x install.sh
sudo apt-get update
sudo ./install.sh
sudo restart发布于 2017-10-26 22:01:46
希望这对你有所帮助,你正在尝试做的事情非常有趣。
https://stackoverflow.com/questions/46761194
复制相似问题