Fix open door display
This commit is contained in:
parent
39eba9b6f5
commit
ea8a29da5f
|
@ -52,8 +52,8 @@ class GarageDisplay:
|
||||||
self.symbolDisplay.displaySquare(
|
self.symbolDisplay.displaySquare(
|
||||||
x=column,
|
x=column,
|
||||||
y=self.topRow,
|
y=self.topRow,
|
||||||
outlineColor=self.closedOutlineColor,
|
outlineColor=self.openOutlineColor,
|
||||||
fillColor=self.closedFillColor
|
fillColor=self.openFillColor
|
||||||
)
|
)
|
||||||
|
|
||||||
def showClosedDoor(self, column):
|
def showClosedDoor(self, column):
|
||||||
|
|
Loading…
Reference in New Issue