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:
ezdiy
2020-09-30 23:27:40 +02:00
committed by GitHub
parent ec3ec8dc21
commit 592e54aa02

View File

@@ -452,6 +452,7 @@ local PocketBook650 = PocketBook:new{
local PocketBook740 = PocketBook:new{
model = "PBInkPad3",
display_dpi = 300,
isAlwaysPortrait = yes,
usingForcedRotation = landscape_ccw,
hasNaturalLight = yes,
}