mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Pocketbook: Fix silly rotation bug on PB740 (#6734)
It detects B288, disables hwrot... .... and there wasn't the isAlwaysPortrait enabled to serve as an alternative.
This commit is contained in:
@@ -452,6 +452,7 @@ local PocketBook650 = PocketBook:new{
|
||||
local PocketBook740 = PocketBook:new{
|
||||
model = "PBInkPad3",
|
||||
display_dpi = 300,
|
||||
isAlwaysPortrait = yes,
|
||||
usingForcedRotation = landscape_ccw,
|
||||
hasNaturalLight = yes,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user