diff options
| author | Paweł Jastrzębski <[email protected]> | 2016-08-20 08:40:38 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2016-08-20 08:40:38 +0200 |
| commit | a04bf5262f3c99f125477ca1336804b24e2ae69a (patch) | |
| tree | c9f94ee42f2eac475ca8105b588a71c92522aa16 /kcc/image.py | |
| parent | Small bugfix (diff) | |
| download | kcc-a04bf5262f3c99f125477ca1336804b24e2ae69a.tar.gz kcc-a04bf5262f3c99f125477ca1336804b24e2ae69a.tar.bz2 kcc-a04bf5262f3c99f125477ca1336804b24e2ae69a.zip | |
Added Kobo Aura ONE profile
Diffstat (limited to '')
| -rwxr-xr-x | kcc/image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcc/image.py b/kcc/image.py index f43d24c..aef77e5 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -90,6 +90,7 @@ class ProfileData: 'KoA': ("Kobo Aura", (758, 1024), Palette16, 1.8, (1137, 1536)), 'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8, (1620, 2160)), 'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8, (1620, 2145)), + 'KoAO': ("Kobo Aura ONE", (1404, 1872), Palette16, 1.8, (2106, 2808)), 'OTHER': ("Other", (0, 0), Palette16, 1.8, (0, 0)), } |