mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
adjusted screen offset from 16 to 8 for mlb logos
This commit is contained in:
@@ -116,11 +116,11 @@ class BaseMLBManager:
|
||||
|
||||
# Position logos with proper spacing (matching NHL layout)
|
||||
# Away logo on left, slightly off screen
|
||||
away_x = -16 # Adjusted for 32x32 logo
|
||||
away_x = -8 # Adjusted for 32x32 logo
|
||||
away_y = 0 # Align to top of display
|
||||
|
||||
# Home logo on right, slightly off screen
|
||||
home_x = width - home_logo.width + 16 # Adjusted for 32x32 logo
|
||||
home_x = width - home_logo.width + 8 # Adjusted for 32x32 logo
|
||||
home_y = 0 # Align to top of display
|
||||
|
||||
# Paste logos
|
||||
|
||||
Reference in New Issue
Block a user