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

suport for python app #22

Open
Akex2 opened this issue Dec 28, 2016 · 1 comment
Open

suport for python app #22

Akex2 opened this issue Dec 28, 2016 · 1 comment

Comments

@Akex2
Copy link

Akex2 commented Dec 28, 2016

change that in your py file please

    device = uinput.Device([
        uinput.BTN_LEFT,
        uinput.BTN_RIGHT,
        uinput.ABS_X + (0, 1024, 0, 0),
        uinput.ABS_Y + (0, 600, 0, 0), 

for delete that error :

libinput error: kernel bug: Device 'python-uinput' has min == max on ABS_X
thx

@NeodarZ
Copy link

NeodarZ commented Mar 27, 2017

Ah, here is the solution of my problem!
Thank you :)

But I didn't get this error ... In my case, the python script detected well the position of my figer but it didn't transmit to libudev (If I understood the system)...

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