Pocketbook: Fix silly rotation bug on PB1040 (#6735)

Ditto as PB740
pull/6743/head
ezdiy 4 years ago committed by GitHub
parent 592e54aa02
commit 6b4188074e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -494,6 +494,7 @@ local PocketBook840 = PocketBook:new{
local PocketBook1040 = PocketBook:new{
model = "PB1040",
display_dpi = 227,
isAlwaysPortrait = yes,
usingForcedRotation = landscape_ccw,
hasNaturalLight = yes,
}

Loading…
Cancel
Save