mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
update examples/Snake/main_snake_LCD.py.
This commit is contained in:
parent
090bf5c7c5
commit
2220786e36
@ -60,6 +60,7 @@ d = 0
|
|||||||
isUpdate = 1
|
isUpdate = 1
|
||||||
isEat = 0
|
isEat = 0
|
||||||
while True:
|
while True:
|
||||||
|
time.sleep_ms(50)
|
||||||
if isUpdate:
|
if isUpdate:
|
||||||
# isUpdate = 0
|
# isUpdate = 0
|
||||||
# check eat fruit
|
# check eat fruit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user