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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user