Give display more time to update the LCD panels
All checks were successful
docker-image / docker (push) Successful in 10m7s

This commit is contained in:
Stefan Bethke 2025-06-06 19:14:15 +02:00
commit 70334603cb

View file

@ -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