diff options
| author | Paweł Jastrzębski <[email protected]> | 2016-04-25 17:48:57 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2016-04-25 17:48:57 +0200 |
| commit | 73c2e4b136debaae7d5645c2115da07cc31f3f5f (patch) | |
| tree | 59ce2ae096561692eedf07d6fa061f13fdef95af /kcc/image.py | |
| parent | GUI tweaks (diff) | |
| download | kcc-73c2e4b136debaae7d5645c2115da07cc31f3f5f.tar.gz kcc-73c2e4b136debaae7d5645c2115da07cc31f3f5f.tar.bz2 kcc-73c2e4b136debaae7d5645c2115da07cc31f3f5f.zip | |
Added Kindle Oasis profile
Diffstat (limited to '')
| -rwxr-xr-x | kcc/image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc/image.py b/kcc/image.py index 67d7b7a..f43d24c 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -83,7 +83,7 @@ class ProfileData: '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)), + 'KV': ("Kindle Paperwhite 3/Voyage/Oasis", (1072, 1448), Palette16, 1.8, (1608, 2172)), '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)), |