Got confirmation of PW3 screen res from Amazon

This commit is contained in:
Kovid Goyal 2015-08-31 21:28:58 +05:30
parent d280a69a92
commit 94f3ba68bf

View File

@ -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):