test
This commit is contained in:
parent
8bbdc7e7d7
commit
ae796b5c20
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ def update_screen():
|
|||
next_canvas = blinkFrameCanvases[currentBlinkState]
|
||||
|
||||
if currentBlinkState < DesiredBlinkState:
|
||||
currentBlinkState =+ 1
|
||||
currentBlinkState += 1
|
||||
else:
|
||||
currentBlinkState =- 1
|
||||
currentBlinkState -= 1
|
||||
|
||||
next_canvas = matrix.SwapOnVSync(next_canvas)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue