Alexey Guseynov

Results 4 comments of Alexey Guseynov

Hello. I have no plans on continuing development of this library because I've moved to STM32 from arduino, so I can use usual STL which comes with gcc. So I...

Mystery solved. In addition to minimum and maximum we also should specify resolution: ``` device.enable( libevdev.EV_ABS.ABS_TILT_X, libevdev.InputAbsInfo( minimum=-6400, maximum=6400, resolution=6400, ) ) device.enable( libevdev.EV_ABS.ABS_TILT_Y, libevdev.InputAbsInfo( minimum=-6400, maximum=6400, resolution=6400, ) )...

Here is a patch for a modern version. I've commented ONLCR flag because this was exactly why I had to use pty.js. And this is still a kludge without proper...