test
This commit is contained in:
+1
-1
@@ -408,7 +408,7 @@ def run():
|
|||||||
if games:
|
if games:
|
||||||
draw_all_games(canvas, games, current_page)
|
draw_all_games(canvas, games, current_page)
|
||||||
else:
|
else:
|
||||||
graphics.DrawText(canvas, font, 10, 22, graphics.Color(Colors.RED), "No games today")
|
graphics.DrawText(canvas, font, 10, 22, graphics.Color(255,0,0), "No games today")
|
||||||
|
|
||||||
canvas = matrix.SwapOnVSync(canvas)
|
canvas = matrix.SwapOnVSync(canvas)
|
||||||
sleep(0.03)
|
sleep(0.03)
|
||||||
|
|||||||
Reference in New Issue
Block a user