mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
MLB logging changes to make sure we are filtering correctly
This commit is contained in:
@@ -1298,11 +1298,12 @@ class NCAAFBUpcomingManager(BaseNCAAFBManager): # Renamed class
|
||||
|
||||
center_y = self.display_height // 2
|
||||
|
||||
home_x = self.display_width - home_logo.width + 18
|
||||
# MLB-style logo positions
|
||||
home_x = self.display_width - home_logo.width + 2
|
||||
home_y = center_y - (home_logo.height // 2)
|
||||
main_img.paste(home_logo, (home_x, home_y), home_logo)
|
||||
|
||||
away_x = -18
|
||||
away_x = -2
|
||||
away_y = center_y - (away_logo.height // 2)
|
||||
main_img.paste(away_logo, (away_x, away_y), away_logo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user