mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-22 05:12:41 +00:00
Use dissolve transition
This commit is contained in:
parent
5e7d2774f0
commit
4eef181fa9
@ -70,7 +70,7 @@ if not STA_IF.isconnected():
|
|||||||
# If anything is connected, and it's been at least 30 seconds, clear the board
|
# If anything is connected, and it's been at least 30 seconds, clear the board
|
||||||
def timeout():
|
def timeout():
|
||||||
if is_connected(STA_IF) or is_connected(AP_IF) and time.time() - time_connected > 30:
|
if is_connected(STA_IF) or is_connected(AP_IF) and time.time() - time_connected > 30:
|
||||||
Pixo().clear()
|
Pixo().transition_image_dissolve()
|
||||||
tim.deinit()
|
tim.deinit()
|
||||||
|
|
||||||
# Check if the timeout is satisfied, every 30s
|
# Check if the timeout is satisfied, every 30s
|
||||||
|
Loading…
Reference in New Issue
Block a user