about summary refs log tree commit diff
path: root/kcc/image.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2016-03-05 07:27:38 +0100
committerPaweł Jastrzębski <[email protected]>2016-03-05 07:27:38 +0100
commit91b686963887816e06a56723636c232623895e3d (patch)
tree934ef9ad147a17d350dfeafe6bcb357a8f742c77 /kcc/image.py
parentFixed permission issues (close #179) (diff)
downloadkcc-91b686963887816e06a56723636c232623895e3d.tar.gz
kcc-91b686963887816e06a56723636c232623895e3d.tar.bz2
kcc-91b686963887816e06a56723636c232623895e3d.zip
Created separate Kindle Keyboard profile (close #174)
Diffstat (limited to '')
-rwxr-xr-xkcc/image.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kcc/image.py b/kcc/image.py
index 7fe03da..67d7b7a 100755
--- a/kcc/image.py
+++ b/kcc/image.py
@@ -79,7 +79,8 @@ class ProfileData:
     Profiles = {
         'K1': ("Kindle 1", (600, 670), Palette4, 1.8, (900, 1005)),
         'K2': ("Kindle 2", (600, 670), Palette15, 1.8, (900, 1005)),
-        'K345': ("Kindle", (600, 800), Palette16, 1.8, (900, 1200)),
+        'K3': ("Kindle", (600, 800), Palette16, 1.8, (900, 1200)),
+        'K45': ("Kindle", (600, 800), Palette16, 1.8, (900, 1200)),
         'KDX': ("Kindle DX/DXG", (824, 1000), Palette16, 1.8, (1236, 1500)),
         'KPW': ("Kindle Paperwhite 1/2", (758, 1024), Palette16, 1.8, (1137, 1536)),
         'KV': ("Kindle Paperwhite 3/Voyage", (1072, 1448), Palette16, 1.8, (1608, 2172)),