Fix error

This commit is contained in:
Mike Cifelli 2021-06-16 19:49:22 -04:00
parent 086a0afe0b
commit 4fd45b9f9b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class SystemStatus:
self.hat.set_brightness(0.1) self.hat.set_brightness(0.1)
def display(self): def display(self):
self.hat.set(0, 0, 0, 0, 50) self.hat.set_pixel(0, 0, 0, 0, 50)
self.hat.show() self.hat.show()
def exit(self): def exit(self):