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", }