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

Ditto as PB740
This commit is contained in:
ezdiy
2020-10-01 00:10:22 +02:00
committed by GitHub
parent 592e54aa02
commit 6b4188074e

View File

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