From c6a3f9002c799cf69a5d6eb9569b2408ad301235 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 26 Apr 2015 19:11:47 +0200 Subject: [PATCH] Tweak the H2O viewport to make it pixel-perfect. As confirmed by checking a fb dump via fbgrab, and nickel's broken cropping of screenshots ;). --- 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 8ccb15eb9..e2529a908 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -41,8 +41,8 @@ local KoboDahlia = Kobo:new{ hasFrontlight = yes, touch_phoenix_protocol = true, display_dpi = 265, - -- bezel: - viewport = Geom:new{x=0, y=10, w=1080, h=1430}, + -- the bezel covers the top 11 pixels: + viewport = Geom:new{x=0, y=11, w=1080, h=1429}, } -- Kobo Aura HD: