mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Tweak the H2O viewport to make it pixel-perfect.
As confirmed by checking a fb dump via fbgrab, and nickel's broken cropping of screenshots ;).
This commit is contained in:
@@ -41,8 +41,8 @@ local KoboDahlia = Kobo:new{
|
||||
hasFrontlight = yes,
|
||||
touch_phoenix_protocol = true,
|
||||
display_dpi = 265,
|
||||
-- bezel:
|
||||
viewport = Geom:new{x=0, y=10, w=1080, h=1430},
|
||||
-- the bezel covers the top 11 pixels:
|
||||
viewport = Geom:new{x=0, y=11, w=1080, h=1429},
|
||||
}
|
||||
|
||||
-- Kobo Aura HD:
|
||||
|
||||
Reference in New Issue
Block a user