mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Remarkable profiles (#781)
* Add profiles for remarkable 1, 2 and Paper Pro * Add remarkable icons based on Other.png * Mention remarkable profile in README.md
This commit is contained in:
@@ -119,9 +119,16 @@ class ProfileData:
|
||||
'KoE': ("Kobo Elipsa", (1404, 1872), Palette16, 1.8),
|
||||
}
|
||||
|
||||
ProfilesRemarkable = {
|
||||
'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),
|
||||
}
|
||||
|
||||
Profiles = {
|
||||
**ProfilesKindle,
|
||||
**ProfilesKobo,
|
||||
**ProfilesRemarkable,
|
||||
'OTHER': ("Other", (0, 0), Palette16, 1.8),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user