https://github.com/ddvk/remarkable-touchgestures
touch gestures for reMarkable
https://github.com/ddvk/remarkable-touchgestures
remarkable-tablet
Last synced: 10 months ago
JSON representation
touch gestures for reMarkable
- Host: GitHub
- URL: https://github.com/ddvk/remarkable-touchgestures
- Owner: ddvk
- License: mit
- Created: 2019-04-06T09:08:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T10:30:54.000Z (over 5 years ago)
- Last Synced: 2025-04-01T19:49:17.394Z (12 months ago)
- Topics: remarkable-tablet
- Language: C
- Homepage:
- Size: 605 KB
- Stars: 63
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-reMarkable - reMarkable-touchgestures - Touch gestures (swipe/touch) for easy page navigation. (Other / Template Builders)
README
# Touch gestures
Enables page turning with the touch screen by emulatig hardware button presses
## Features
**touch with 2 fingers**, around 10-11cm apart to toggle between SwipeOnly, SwipeAndTouch or Disabled
**swipe down** to show the current time (by default UTC, timezone info needs to be set on the device, overwrite /etc/localtime)
*when SwipeOnly*:
**swipe left/right** to turn pages
**swipe up** to execute a hardcoded script `~/scripts/swipeup.sh`
*when SwipeAndTouch*:
**touch left/right** 1/3 of the screen to turn pages (except upper and left 100 px where the toolbar usually is)
## Compilation
install the dev tools from remarkable
```bash
source /usr/local/oecore-x86_64/environment-setup-cortexa9hf-neon-oe-linux-gnueabi
qmake
make
```
## Installation
### Easy
ssh to the device
paste the following code
```
wget https://raw.githubusercontent.com/ddvk/remarkable-touchgestures/master/install.sh -O- |sh
```
### Manual
copy touch.service to /etc/systemd/system/
copy touchinjector to /home/root/
SSH to the device
```
systemctl start touch
systemctl enable touch (to enable on boot).
```
## TODO
- [ ] fix/setup the CI
- [ ] add unit tests
- [ ] make it configurable
- [ ] framebuffer in C/libremarkable