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

pull/5414/head
NiLuJe 5 years ago committed by GitHub
parent 1c2c471c5f
commit bcceb94603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit 0019d032c8993b47ab25b4f66a028149da824794
Subproject commit feac06d12bcf49dca180e650e1c811a50950ee9a

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

Loading…
Cancel
Save