[Kobo] Tweak the Aura viewport (#5034)

Officially, the bezel should only cover the bottom 10 pixels ;).
(The Aura was officially advertised as having a 758x1014 screen).
pull/5036/head
NiLuJe 5 years ago committed by Frans de Jonge
parent 34e6f41e05
commit de1146c0b5

@ -115,8 +115,8 @@ local KoboPhoenix = Kobo:new{
hasFrontlight = yes,
touch_phoenix_protocol = true,
display_dpi = 212,
-- the bezel covers 12 pixels at the bottom:
viewport = Geom:new{x=0, y=0, w=758, h=1012},
-- The bezel covers 10 pixels at the bottom:
viewport = Geom:new{x=0, y=0, w=758, h=1014},
-- NOTE: May have a buggy kernel, according to the nightmode hack...
canHWInvert = no,
}

Loading…
Cancel
Save