Fix error
This commit is contained in:
parent
086a0afe0b
commit
4fd45b9f9b
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue