Clear Screen (Clear Pixels)
zacharyeast opened this issue · 2 comments
zacharyeast commented
https://github.com/zacharyeast/Sense-Hat/blob/master/Clear%20LED's
Here is a simple but long way to clear all the pixels. Let me know if you know a shorter way!
bsimmo commented
sense.clear()
or
sense.clear(R, G, B)
and pick your colour.
as per the documentation.
…On Tue, 11 Aug 2020, 8:49 pm zacharyeast, ***@***.***> wrote:
https://github.com/zacharyeast/Sense-Hat/blob/master/Clear%20LED's
Here is a simple but long way to clear all the pixels. Let me know if you
know a shorter way!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#99>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYAXN75QJ3HIJRY3QIP4OLSAGOEJANCNFSM4P3OWIOQ>
.
zacharyeast commented
Hello,
Thanks! For some reason it seemed like sense.clear() didn't clear it every time for me. That does work perfectly now though, so not sure what happened.