8000 No touchscreen found · Issue #8 · jjackowski/screentouch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

No touchscreen found #8

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

Open
SvenMb opened this issue Feb 25, 2022 · 1 comment
Open

No touchscreen found #8

SvenMb opened this issue Feb 25, 2022 · 1 comment

Comments

@SvenMb
Copy link
SvenMb commented Feb 25, 2022

I have a raspberry and tested the screentouch program with two different touchscreens, but both failed with the following error:

$ bin/linux-armv6l-dbg/screentouch /dev/input/event0
Device /dev/input/event0, eGalax Inc. USB TouchController, is not a touch screen.
No touchscreen found.

and

$ bin/linux-armv6l-dbg/screentouch /dev/input/event1
Device /dev/input/event1, ADS7846 Touchscreen, is not a touch screen.
No touchscreen found.

the error seems to occur in main.cpp line 107 on evin->numSlots() < 0

I am using current debian 11 32bit with libevdev 1.11

evtest delivers:

$ evtest
No device specified, trying to scan all of /dev/input/event*
Not running as root, no devices may be available.
Available devices:
/dev/input/event0:      eGalax Inc. USB TouchController
/dev/input/event1:      ADS7846 Touchscreen
Select the device event number [0-1]: 0
Input driver version is 1.0.1
Input device ID: bus 0x3 vendor 0xeef product 0x1 version 0x100
Input device name: "eGalax Inc. USB TouchController"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
    Event code 330 (BTN_TOUCH)
  Event type 3 (EV_ABS)
    Event code 0 (ABS_X)
      Value   1159
      Min        0
      Max     2047
    Event code 1 (ABS_Y)
      Value    615
      Min        0
      Max     2047

thanks

@jjackowski
Copy link
Owner
jjackowski commented Mar 7, 2022 via email

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

2 participants
0