mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Hotfix the startup orientation on the Kobo Libra (#5409)
This commit is contained in:
2
base
2
base
Submodule base updated: 0019d032c8...feac06d12b
@@ -34,6 +34,9 @@ local Kobo = Generic:new{
|
||||
-- most Kobos have also mirrored X coordinates
|
||||
touch_mirrored_x = true,
|
||||
-- enforce portrait mode on Kobos
|
||||
--- @note: In practice, the check that is used for in ffi/framebuffer is no longer relevant,
|
||||
--- since, in almost every case, we enforce a hardware Portrait rotation via fbdepth on startup by default ;).
|
||||
--- We still want to keep it in case an unfortunate soul on an older device disables the bitdepth switch...
|
||||
isAlwaysPortrait = yes,
|
||||
-- we don't need an extra refreshFull on resume, thank you very much.
|
||||
needsScreenRefreshAfterResume = no,
|
||||
|
||||
Reference in New Issue
Block a user