From 04f5bc78233f77cbe5d96040ce31a8d94998faec Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 27 Mar 2019 05:32:40 +0100 Subject: [PATCH] Remove the Aura SE viewport This feels somewhat arbitrary and potentially unneeded, and it'll prevent full blits, so, off it goes. --- 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 9e49cec45..647e1e7c8 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -153,8 +153,6 @@ local KoboStar = Kobo:new{ touch_probe_ev_epoch_time = true, touch_phoenix_protocol = true, display_dpi = 212, - -- the bezel covers 1-2 pixels on each side: - viewport = Geom:new{x=1, y=0, w=756, h=1024}, } -- Kobo Aura second edition, Rev 2: @@ -165,8 +163,6 @@ local KoboStarRev2 = Kobo:new{ touch_probe_ev_epoch_time = true, touch_phoenix_protocol = true, display_dpi = 212, - -- the bezel covers 1-2 pixels on each side: - viewport = Geom:new{x=1, y=0, w=756, h=1024}, } -- Kobo Glo HD: