Skip to content

simple way of grabbing screen coordinates from the reMarkable Tablet

License

Notifications You must be signed in to change notification settings

isaacwisdom/RemarkableGetScreenLocations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemarkableGetScreenLocations

simple way of grabbing screen coordinates from the reMarkable Tablet

Instructions:

  1. Upload this pdf to your reMarkable however you'd like (reMarkable desktop app, usb web connections, rmapi...), and open it on your reMarkable.
  2. SSH into your RM and run these commands:
cd
wget https://github.com/isaacwisdom/RemarkableGetScreenLocations/releases/latest/download/GetScreenLocations
chmod +x GetScreenLocations
  1. With the PDF open on your RM, run the following command:

For RM1, touchscreen

./GetScreenLocations /dev/input/event1 30

For RM1, pen

./GetScreenLocations /dev/input/event0 30

For RM2, touchscreen

./GetScreenLocations /dev/input/event2 30

For RM1, pen

./GetScreenLocations /dev/input/event1 30

The program will ask you to press each location 5 times and will pause between locations. (sometimes it'll read multiple presses at a time, this is fine) Be careful to not touch anything during that second, or you can overlap the events. If you need to start over, you can quit with control-C.

About

simple way of grabbing screen coordinates from the reMarkable Tablet

Resources

License

Stars

Watchers

Forks

Packages

No packages published