Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ A launcher for the reMarkable tablet, which wraps around the standard interface.

[Draft v0.2 video](https://www.youtube.com/watch?v=VEngMK54SV4)

**WARNING**: take great care if [installing on reMarkable 2](#installing-on-remarkable-2).

- [QT Creator Set-up](#qt-creator-set-up)
* [1. Setup QT Creator](#1-setup-qt-creator)
* [2. Deploy draft](#2-deploy-draft)
Expand Down Expand Up @@ -115,3 +117,8 @@ Draft is configured through the files in the `/etc/draft` directory. They consis
`imgFile`: An icon to use. It will look for a PNG image with that name in the `/etc/draft/icons` directory.

*NOTE: Be sure not to leave any spaces around the "=" sign in the config lines, else the files may not parse correctly and your options may not show up!*

* * *
## Installing on reMarkable 2

draft on reMarkable 2 is not natively supported. It is only made possible by the [remarkable2-framebuffer](https://github.com/ddvk/remarkable2-framebuffer) project, which is still in beta. Be sure to check over there whether your tablet version is supported.