Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android waveshare touchscreen

Im trying to install an android touchscreen driver ... i have a raspberry pi 3 and i installed emteria android it ... i bought a waveshare touchscreen https://www.waveshare.com/wiki/10.1inch_HDMI_LCD#Method_1._Driver_installation.

I was able to fix the resolution and the screen shows fine but the touch doesnt work i tried installing the driver but it was meant for ubuntu and it doesnt work on android. Any idea how i can fix my issue with the touchscreen?

like image 343
Dany Minassian Avatar asked Oct 15 '17 23:10

Dany Minassian


People also ask

How many points of touch does the WaveShare display have?

Loading... Loading... 1) up to 5-points touch, depending on the operating system. * Waveshare has been focusing on display design for over 10 years. PROS: low price.

Is there a source code for WaveShare 7 inch touch screen driver?

Oct 19 '17 at 22:21 Waveshare said they "won't provide any source code because other companies can copy very fast". Here is the source code for a 7 inch hack which might work for you (read the webpage). github.com/derekhe/waveshare-7inch-touchscreen-driverALSO see github.com/110yd/wshare-touchscreen – Jon Goodwin Oct 22 '17 at 16:26

What are the pros and cons of WaveShare displays?

* Waveshare has been focusing on display design for over 10 years. PROS: low price. CONS: low refresh rate & resolution, supports Raspberry Pi only, requires Raspberry Pi 40PIN GPIO (the SPI bus), poor compatibility with Raspberry Pi system.

Is WaveShare an authorized HDMI adopter?

* We are an official authorized HDMI Adopter. * Waveshare has been focusing on display design for over 10 years. PROS: low price. CONS: low refresh rate & resolution, supports Raspberry Pi only, requires Raspberry Pi 40PIN GPIO (the SPI bus), poor compatibility with Raspberry Pi system.


2 Answers

Use this below touch screen driver :

https://github.com/derekhe/waveshare-7inch-touchscreen-driver

and use these below commands :

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
like image 149
chandrakant sharma Avatar answered Sep 21 '22 01:09

chandrakant sharma


Hi can u install https://play.google.com/store/apps/details?id=com.termux&hl=en it provides a base system that has apt-get and also some C tools for building so maybe you can try @JonGoodwin answer. Hope it helps, what you are trying to do is very interesting.

like image 28
Ernesto Ulloa Avatar answered Sep 20 '22 01:09

Ernesto Ulloa