From f785b29f346e4e54327c40f2db0f0fd0b87de653 Mon Sep 17 00:00:00 2001 From: Andrey Golovizin Date: Sun, 16 Nov 2014 09:41:30 +0100 Subject: [PATCH] Fix the viewport on Kobo Aura (phoenix). --- frontend/device/kobo/device.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/device/kobo/device.lua b/frontend/device/kobo/device.lua index 1620d9e08..c1b57f32b 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -53,8 +53,8 @@ local KoboPhoenix = Kobo:new{ hasFrontlight = yes, touch_phoenix_protocol = true, display_dpi = 212.8, - -- bezel: - viewport = Geom:new{x=0, y=0, w=752, h=1012}, + -- the bezel covers 12 pixels at the bottom: + viewport = Geom:new{x=0, y=0, w=758, h=1012}, } function Kobo:init()