Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Nov 8, 2019
1 parent d269e3e commit 0bf2deb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,27 @@ Enables page turning with the touch screen by emulatig hardware button presses

## Features

**touch with 2 fingers**, around 8cm apart to enable/disable
**touch with 2 fingers**, around 8cm apart to toggle between SwipeOnly, SwipeAndTouch or Disabled

**swipe down** to show current time (by default UTC, timezone info needs to be set on the device, overwrite /etc/localtime)
**swipe down** to show the current time (by default UTC, timezone info needs to be set on the device, overwrite /etc/localtime)

*when enabled*:
*when SwipeOnly*:

**swipe left/right** to turn pages

**touch left/right** 1/3 of the screen to turn pages (except upper 100 px where the toolbar usually is)

**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 /opt/poky/2.1.3/environment-setup-cortexa9hf-neon-poky-linux-gnueabi
source /usr/local/oecore-x86_64/environment-setup-cortexa9hf-neon-oe-linux-gnueabi
qmake
make
```
Expand Down

0 comments on commit 0bf2deb

Please sign in to comment.