mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:04:12 +02:00
Got confirmation of PW3 screen res from Amazon
This commit is contained in:
parent
d280a69a92
commit
94f3ba68bf
1 changed files with 5 additions and 0 deletions
|
|
@ -696,6 +696,11 @@ class KindlePaperWhite3Output(KindleVoyageOutput):
|
|||
name = 'Kindle PaperWhite 3'
|
||||
short_name = 'kindle_pw3'
|
||||
description = _('This profile is intended for the Amazon Kindle PaperWhite 3 and above')
|
||||
# Screen size is currently just the spec size, actual renderable area will
|
||||
# depend on someone with the device doing tests.
|
||||
screen_size = (1072, 1430)
|
||||
dpi = 300.0
|
||||
comic_screen_size = screen_size
|
||||
|
||||
|
||||
class KindleFireOutput(KindleDXOutput):
|
||||
|
|
|
|||
Loading…
Reference in a new issue