From ac6b121c85a222f2c9e0295d3e2105a7409117a3 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sat, 10 Oct 2020 21:43:24 +0200 Subject: [PATCH] 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. --- frontend/device/remarkable/device.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/device/remarkable/device.lua b/frontend/device/remarkable/device.lua index 0eb0fdbe0..a562916bc 100644 --- a/frontend/device/remarkable/device.lua +++ b/frontend/device/remarkable/device.lua @@ -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", }