-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
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. |
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. |
Did you try connect the screen with your PC? |
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!!! |
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. |
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. |
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... |
Hi, sudo xxd -c 25 /dev/hidraw0 and then touch the device to see if there is any output? |
Hi Derekhe, It works just fine like you've mentioned... Nelson |
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. |
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 ???? |
It should be good if hidraw0 is working. But I curious why my script doesn't work. |
i'm having the same problem. i plugged the usb into my laptop and windows 10 install a driver for a 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 the serial number is blank... could this have something to do with my problem? many thanks. lee |
Hi, same here. Installed the driver but touch is not working. |
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. |
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
The text was updated successfully, but these errors were encountered: