cleaned up last remaining bugs in the test. now also setting very last frame
This commit is contained in:
parent
ae796b5c20
commit
57917505ed
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ def update_screen():
|
|||
DesiredBlinkState = 0
|
||||
|
||||
if currentBlinkState == DesiredBlinkState:
|
||||
next_canvas = blinkFrameCanvases[currentBlinkState]
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue