remarkable: poweroff.png ghosting fix (#7051)

pull/7068/head
gbyl 3 years ago committed by GitHub
parent a96181d74f
commit d2379fc6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -149,6 +149,8 @@ function Remarkable:resume()
end
function Remarkable:powerOff()
self.screen:clear()
self.screen:refreshFull()
os.execute("systemctl poweroff")
end

Loading…
Cancel
Save