Give display more time to update the LCD panels
All checks were successful
docker-image / docker (push) Successful in 10m7s
All checks were successful
docker-image / docker (push) Successful in 10m7s
This commit is contained in:
parent
4405ccfd66
commit
70334603cb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class SnakeAnimation(BubaAnimation):
|
||||||
(tx, ty) = self.body[0]
|
(tx, ty) = self.body[0]
|
||||||
self.grid[ty][tx] = 11
|
self.grid[ty][tx] = 11
|
||||||
self.render()
|
self.render()
|
||||||
sleep(0.5)
|
sleep(1)
|
||||||
sleep(5)
|
sleep(5)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue