Disable HW inversion on rM (#6779)

Turns out it's being weird like on Mk. 7 Kobos with a crapload of PxP
processing flags.
Except without the "crapload of flags", part :D.
reviewable/pr6781/r1
NiLuJe 4 years ago committed by GitHub
parent 39faa8b860
commit ac6b121c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,8 +15,8 @@ local Remarkable = Generic:new{
isTouchDevice = yes,
hasFrontlight = no,
display_dpi = 226,
-- It's a recent NXP SoC, I see no reason why HW inversion would be buggy there ;).
canHWInvert = yes,
-- Despite the SoC supporting it, it's finicky in practice (#6772)
canHWInvert = no,
home_dir = "/mnt/root",
}

Loading…
Cancel
Save