From 394ceec192cc27b2764d547064c5b66e071156b3 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 18:27:37 -0400 Subject: [PATCH] test --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 37f6163..bdfcdcf 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -408,7 +408,7 @@ def run(): if games: draw_all_games(canvas, games, current_page) 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) sleep(0.03)