Center screen for Kobo Aura

Why was it 
viewport = Geom:new{x=6, y=12, w=752, h=1012},?
viewport = Geom:new{x=0, y=0, w=752, h=1012}, looks way better!
pull/1117/head
WS64 10 years ago
parent 3740a48be9
commit 67c4bb365d

@ -54,7 +54,7 @@ local KoboPhoenix = Kobo:new{
touch_phoenix_protocol = true,
display_dpi = 212.8,
-- bezel:
viewport = Geom:new{x=6, y=12, w=752, h=1012},
viewport = Geom:new{x=0, y=0, w=752, h=1012},
}
function Kobo:init()

Loading…
Cancel
Save