From 9ecc2dd11948dd3a7108364bbe0f8b1a50bd68c8 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 27 Mar 2019 05:25:58 +0100 Subject: [PATCH] =?UTF-8?q?There's=20no=20viewport=20on=20the=20H2O=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #4834 --- frontend/device/kobo/device.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/device/kobo/device.lua b/frontend/device/kobo/device.lua index a941ab9a5..9e49cec45 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -124,8 +124,6 @@ local KoboSnow = Kobo:new{ touch_mirrored_x = false, touch_probe_ev_epoch_time = true, display_dpi = 265, - -- the bezel covers the top 11 pixels: - viewport = Geom:new{x=0, y=11, w=1080, h=1429}, hasNaturalLight = yes, frontlight_settings = { frontlight_white = "/sys/class/backlight/lm3630a_ledb", @@ -141,8 +139,6 @@ local KoboSnowRev2 = Kobo:new{ hasFrontlight = yes, touch_snow_protocol = true, display_dpi = 265, - -- the bezel covers the top 11 pixels: - viewport = Geom:new{x=0, y=11, w=1080, h=1429}, hasNaturalLight = yes, frontlight_settings = { frontlight_white = "/sys/class/backlight/lm3630a_ledb",