Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch not responding even after installing your driver #18

Open
nelsonlobo opened this issue May 20, 2016 · 15 comments
Open

Touch not responding even after installing your driver #18

nelsonlobo opened this issue May 20, 2016 · 15 comments

Comments

@nelsonlobo
Copy link

Hi,
Im using the RPi 3, with Waveshare 1024x600 (c) rev1.1

As instructed in your read-me ive performed every steps. But the cursor on the touch screen won't move at all. Kindly help...

Thanks,
nelson

@derekhe
Copy link
Owner

derekhe commented May 21, 2016

Please note that waveshare updated their touch screen to support generic HID device, which means it can use as a "mouse" on a PC. I don't know if you are this version, you can try connect the device to PC to see if you can control the mouse pointer directly.

@nelsonlobo
Copy link
Author

Hi derekhe,

Im using Raspberry Pi 3. Ive managed to get the screen working. I can't get the capacitive touch working. I tried your code but nothing seems to be working with the touch.

@derekhe
Copy link
Owner

derekhe commented May 21, 2016

Did you try connect the screen with your PC?

@nelsonlobo
Copy link
Author

For my PC i use a laptop... Why would i want to use another screen... When waveshare is already displaying... My display works just fine... But the touch doesn't!!!

@derekhe
Copy link
Owner

derekhe commented May 22, 2016

Hi, be patient. Please try attach the usb touch cable to your laptop, then if you can touch one the screen, then it should work on rpi3. If no, let me know. I may not help you because I don't have this kind of screen to test.

@nelsonlobo
Copy link
Author

Apologies... If i sounded harsh... Just that im just dissapointed with Waveshare... Do i need to install the driver for the same on windows as well... Im using windows 10 x64.
Thanks.

@nelsonlobo
Copy link
Author

Ive tried using the touchscreen on windows 10 x64... But again the touch won't work... Ive looked for windows drivers for the same but can't find any...

@derekhe
Copy link
Owner

derekhe commented May 23, 2016

Hi,
can you try:

sudo xxd -c 25 /dev/hidraw0

and then touch the device to see if there is any output?

@nelsonlobo
Copy link
Author

Hi Derekhe,

It works just fine like you've mentioned...
The problem is that it won't start working immediately after boot... I need to disconnect the USB then reconnect it to get it started... Any work around with that ???

Nelson

@derekhe
Copy link
Owner

derekhe commented May 25, 2016

I don't know, maybe the hidraw driver is not the first one when start. Could you try replace hidraw0 to hidraw1 or hidraw2 or hidraw3 for the command? If there is anyone has repsonse, then the driver is detected not as hidraw0, maybe that's the issue.

@nelsonlobo
Copy link
Author

I have tried hidraw0 and it worked... The rest don't respond... Any way that this can be activated without me unplugging then plugging the USB from LCD ????

@derekhe
Copy link
Owner

derekhe commented May 26, 2016

It should be good if hidraw0 is working. But I curious why my script doesn't work.
I've updated my screen last month, so I don't have a screen to test my driver. Can anyone else have this screen to have a look?

@plc-tek
Copy link

plc-tek commented Jun 19, 2016

i'm having the same problem. i plugged the usb into my laptop and windows 10 install a driver for a
HID compliant touchscreen but nothing happens.

i found the screen on hidraw3 when plugged into my rpi 3 but again nothing happened when i tried sudo xxd -c 25 /dev/hidraw3

any ideas?

EDIT

image

the serial number is blank... could this have something to do with my problem?

many thanks. lee

@kubkpower
Copy link

Hi, same here. Installed the driver but touch is not working.
But touch seems to respond on hidraw1.
What should I do to make it work ?

@derekhe
Copy link
Owner

derekhe commented Dec 31, 2017

Sorry guys because I upgraded my screen to latest rom version, so there is no need for any driver. The touch screen will work on any system. Please contact manufacture to get support to upgrade your rom version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants