mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Got confirmation of PW3 screen res from Amazon
This commit is contained in:
parent
d280a69a92
commit
94f3ba68bf
@ -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…
x
Reference in New Issue
Block a user