Evidlo / remarkable_mouse

use your reMarkable as a graphics tablet
GNU General Public License v3.0
506 stars 48 forks source link

Support for finger control without pen and interaction with pen #65

Open marcobazzani opened 2 years ago

marcobazzani commented 2 years ago

This is a first working implementation for touchscreen without a pen (useful for scrolling with 2 fingers) it can be extended from here quite well it has been heavily copied from pimoroni/python-multitouch but the code wasn't in a usable form so I had to cut & paste it

marcobazzani commented 2 years ago

I also had to rollback some changes from the latest master because they didn't work and version 7.0.0 which is the one working and published on pypi is not present on this repository

SBAPKat commented 2 years ago

would be good to integrate a check for OS to not use this functionnality on windows, select.poll() isn't supported there and throws an error at launch.