diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index 97a6235..0c6e0f8 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -1161,6 +1161,8 @@ class KCCGUI(KCC_ui.Ui_mainWindow): 'Label': 'Rmk2'}, "reMarkable Paper Pro": {'PVOptions': False, 'ForceExpert': False, 'DefaultFormat': 3, 'DefaultUpscale': True, 'ForceColor': True, 'Label': 'RmkPP'}, + "reMarkable Paper Pro Move": {'PVOptions': False, 'ForceExpert': False, 'DefaultFormat': 3, 'DefaultUpscale': True, 'ForceColor': True, + 'Label': 'RmkPPMove'}, "Other": {'PVOptions': False, 'ForceExpert': True, 'DefaultFormat': 1, 'DefaultUpscale': False, 'ForceColor': False, 'Label': 'OTHER'}, } @@ -1183,6 +1185,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): "reMarkable 1", "reMarkable 2", "reMarkable Paper Pro", + "reMarkable Paper Pro Move", "Separator", "Other", "Separator", diff --git a/kindlecomicconverter/image.py b/kindlecomicconverter/image.py index 362f17d..a8664a0 100755 --- a/kindlecomicconverter/image.py +++ b/kindlecomicconverter/image.py @@ -130,6 +130,7 @@ class ProfileData: 'Rmk1': ("reMarkable 1", (1404, 1872), Palette16, 1.8), 'Rmk2': ("reMarkable 2", (1404, 1872), Palette16, 1.8), 'RmkPP': ("reMarkable Paper Pro", (1620, 2160), Palette16, 1.8), + 'RmkPPMove': ("reMarkable Paper Pro Move", (954, 1696), Palette16, 1.8), } Profiles = {