This script uses the following logic to determine which device remouse is being run against:
|
elif pen_file == '/dev/input/event2': |
On my RMPP running 3.27.1.0, /dev/input/touchscreen0 points to /dev/input/event3, thus remouse cannot correctly detect the version.
This script uses the following logic to determine which device remouse is being run against:
remarkable_mouse/remarkable_mouse/remarkable_mouse.py
Line 122 in c36610d
On my RMPP running 3.27.1.0,
/dev/input/touchscreen0points to/dev/input/event3, thusremousecannot correctly detect the version.