Closed marsop closed 3 years ago
Hi,
I wanted to try this for the reMarkable2. It turns out that the event file is different from rM1:
/dev/input/event0 => /dev/input/event1
/dev/input/event0
/dev/input/event1
I think one extra command line arg (something like --remarkable2) would help future users of this library without breaking backwards compatibility.
--remarkable2
likely duplicate. see #32
Right you are. Duplicate of #32
Hi,
I wanted to try this for the reMarkable2. It turns out that the event file is different from rM1:
/dev/input/event0
=>/dev/input/event1
I think one extra command line arg (something like
--remarkable2
) would help future users of this library without breaking backwards compatibility.