mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
adjust score spacing soccer
This commit is contained in:
@@ -646,7 +646,7 @@ class BaseSoccerManager:
|
||||
# Live/Final: Show Score centered vertically, Status top center
|
||||
home_score = str(game.get("home_score", "0"))
|
||||
away_score = str(game.get("away_score", "0"))
|
||||
score_text = f"{away_score} - {home_score}"
|
||||
score_text = f"{away_score}-{home_score}"
|
||||
|
||||
score_width = draw.textlength(score_text, font=score_font)
|
||||
score_x = center_x - score_width // 2
|
||||
|
||||
Reference in New Issue
Block a user