mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
kobo/device: finetune KoboStar (Aura 2) viewport (#3513)
See https://github.com/koreader/koreader/issues/2418#issuecomment-346287297 and https://github.com/koreader/koreader/issues/2418#issuecomment-346426685
This commit is contained in:
@@ -114,8 +114,8 @@ local KoboStar = Kobo:new{
|
||||
touch_probe_ev_epoch_time = true,
|
||||
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 1-2 pixels on each side:
|
||||
viewport = Geom:new{x=1, y=0, w=756, h=1024},
|
||||
}
|
||||
|
||||
-- Kobo Glo HD:
|
||||
|
||||
Reference in New Issue
Block a user