Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddvk/remarkable-touchgestures
touch gestures for reMarkable
https://github.com/ddvk/remarkable-touchgestures
remarkable-tablet
Last synced: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T10:30:54.000Z (about 4 years ago)
- Last Synced: 2024-11-05T07:35:33.502Z (2 months ago)
- Topics: remarkable-tablet
- Language: C
- Homepage:
- Size: 605 KB
- Stars: 62
- Watchers: 8
- 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 / Launchers)
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 devicepaste 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 touchsystemctl enable touch (to enable on boot).
```## TODO
- [ ] fix/setup the CI
- [ ] add unit tests
- [ ] make it configurable
- [ ] framebuffer in C/libremarkable