Hotfix the startup orientation on the Kobo Libra (#5409)

This commit is contained in:
NiLuJe
2019-09-22 02:22:22 +02:00
committed by GitHub
parent 1c2c471c5f
commit bcceb94603
2 changed files with 4 additions and 1 deletions

2
base

Submodule base updated: 0019d032c8...feac06d12b

View File

@@ -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,