Merge pull request #1185 from erosennin/phoenix-viewport

Fix the viewport on Kobo Aura (phoenix).
pull/1187/head
Huang Xin 10 years ago
commit b5521df335

@ -53,8 +53,8 @@ local KoboPhoenix = Kobo:new{
hasFrontlight = yes, hasFrontlight = yes,
touch_phoenix_protocol = true, touch_phoenix_protocol = true,
display_dpi = 212.8, display_dpi = 212.8,
-- bezel: -- the bezel covers 12 pixels at the bottom:
viewport = Geom:new{x=0, y=0, w=752, h=1012}, viewport = Geom:new{x=0, y=0, w=758, h=1012},
} }
function Kobo:init() function Kobo:init()

Loading…
Cancel
Save