Merge pull request #1117 from WS64/master

Center screen for Kobo Aura
pull/1124/head
HW 10 years ago
commit 6ae62f15fe

@ -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