debugging test
This commit is contained in:
parent
f21b14fe80
commit
e96ae78538
1 changed files with 4 additions and 2 deletions
|
@ -67,12 +67,14 @@ def update_screen():
|
|||
if currentBlinkState == DesiredBlinkState:
|
||||
return
|
||||
|
||||
|
||||
next_canvas = blinkFrameCanvases[currentBlinkState]
|
||||
|
||||
if currentBlinkState < DesiredBlinkState:
|
||||
currentBlinkState =+ 1
|
||||
else:
|
||||
currentBlinkState =- 1
|
||||
|
||||
next_canvas = blinkFrameCanvases[currentBlinkState]
|
||||
|
||||
next_canvas = matrix.SwapOnVSync(next_canvas)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue