mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix the viewport on Kobo Aura (phoenix).
This commit is contained in:
@@ -53,8 +53,8 @@ local KoboPhoenix = Kobo:new{
|
|||||||
hasFrontlight = yes,
|
hasFrontlight = yes,
|
||||||
touch_phoenix_protocol = true,
|
touch_phoenix_protocol = true,
|
||||||
display_dpi = 212.8,
|
display_dpi = 212.8,
|
||||||
-- bezel:
|
-- the bezel covers 12 pixels at the bottom:
|
||||||
viewport = Geom:new{x=0, y=0, w=752, h=1012},
|
viewport = Geom:new{x=0, y=0, w=758, h=1012},
|
||||||
}
|
}
|
||||||
|
|
||||||
function Kobo:init()
|
function Kobo:init()
|
||||||
|
|||||||
Reference in New Issue
Block a user