Merge pull request #18 from Locutus-code/remarkable2

Add profile for the reMarkable2 ePaper tablet
This commit is contained in:
Celogeek 2023-08-05 14:47:29 +02:00 committed by GitHub
commit 777106aaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -449,6 +449,7 @@ Config:
- KoF ( 1440x1920 ) - Kobo Forma
- KoS ( 1440x1920 ) - Kobo Sage
- KoE ( 1404x1872 ) - Kobo Elipsa
- RM ( 1404x1872 ) - reMarkable 2
-quality int (default 85)
Quality of the image
-grayscale (default true)

View File

@ -49,6 +49,8 @@ func New() Profiles {
{"KoF", "Kobo Forma", 1440, 1920},
{"KoS", "Kobo Sage", 1440, 1920},
{"KoE", "Kobo Elipsa", 1404, 1872},
// reMarkable
{"RM2", "reMarkable 2", 1404, 1872},
}
}