You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A touchscreen driver for Arch Linux on i9300 (and possibly others) since I
couldnt get evdev working
gcc -Wall -Werror -lX11 -o myTouch myTouch.c
To run
DISPLAY=:0 ./myTouch
About
Since I couldn't get evdev working I wrote my own touchsreen driver