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.
pull/6735/head
ezdiy 4 years ago committed by GitHub
parent ec3ec8dc21
commit 592e54aa02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save