This commit is contained in:
2026-05-03 18:22:28 -04:00
parent a64f089054
commit 48c1db9ddb
+1 -1
View File
@@ -395,7 +395,7 @@ def run():
sleep(10)
else:
current_page = (current_page + 4) % max(len(games), 1)
draw_all_games(canvas, games)
draw_all_games(canvas, games, current_page)
canvas = matrix.SwapOnVSync(canvas)
sleep(0.03)
else: