From 67157a1a35322d606c7fcb6bfc451368e4679953 Mon Sep 17 00:00:00 2001 From: Locutus Date: Tue, 25 Jul 2023 21:22:31 +0300 Subject: [PATCH] Add profile for the reMarkable2 ePaper tablet --- README.md | 1 + internal/converter/profiles/converter_profiles.go | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 262db02..923711b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/internal/converter/profiles/converter_profiles.go b/internal/converter/profiles/converter_profiles.go index ab7bb67..cc798b0 100644 --- a/internal/converter/profiles/converter_profiles.go +++ b/internal/converter/profiles/converter_profiles.go @@ -49,6 +49,7 @@ func New() Profiles { {"KoF", "Kobo Forma", 1440, 1920}, {"KoS", "Kobo Sage", 1440, 1920}, {"KoE", "Kobo Elipsa", 1404, 1872}, + {"RM2", "reMarkable 2", 1404, 1872}, } }