diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-06-21 08:04:28 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-06-21 08:04:28 +0200 |
commit | 24d697c9658a5b8ca3be4995d30a28c8aaa93f38 (patch) | |
tree | 276edaa4652124ece2f5cb755c8dab0e8b87fd81 /kcc/image.py | |
parent | Added Kindle Paperwhite 3 profile (diff) | |
download | kcc-24d697c9658a5b8ca3be4995d30a28c8aaa93f38.tar.gz kcc-24d697c9658a5b8ca3be4995d30a28c8aaa93f38.tar.bz2 kcc-24d697c9658a5b8ca3be4995d30a28c8aaa93f38.zip |
Dropped Kindle Fire support
Diffstat (limited to '')
-rwxr-xr-x | kcc/image.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kcc/image.py b/kcc/image.py index bd75653..cd0213b 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -84,10 +84,6 @@ class ProfileData: '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)), - 'KFHD': ("Kindle Fire HD", (800, 1280), PalleteNull, 1.0, (1200, 1920)), - 'KFHDX': ("Kindle Fire HDX", (1200, 1920), PalleteNull, 1.0, (1800, 2880)), - 'KFHDX8': ("Kindle Fire HDX 8.9", (1600, 2560), PalleteNull, 1.0, (2400, 3840)), - 'KFA': ("Kindle for Android", (0, 0), PalleteNull, 1.0, (0, 0)), 'KoMT': ("Kobo Mini/Touch", (600, 800), Palette16, 1.8, (900, 1200)), 'KoG': ("Kobo Glo", (768, 1024), Palette16, 1.8, (1152, 1536)), 'KoGHD': ("Kobo Glo HD", (1072, 1448), Palette16, 1.8, (1608, 2172)), |