mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +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
|
||||
isEat = 0
|
||||
while True:
|
||||
time.sleep_ms(50)
|
||||
if isUpdate:
|
||||
# isUpdate = 0
|
||||
# check eat fruit
|
||||
|
Loading…
x
Reference in New Issue
Block a user