1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

feat: update image.py to support remarkable paper pro move profile (#1092)

* feat: update image.py to support remarkable paper pro move profile

* fix: update KCC_gui.py to include "reMarkable Paper Pro Move"
This commit is contained in:
Luís Melo
2025-09-29 10:58:31 -07:00
committed by GitHub
parent e92b5c74de
commit e6cd26c773
2 changed files with 4 additions and 0 deletions

View File

@@ -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 = {