mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
remove y offset for mlb live logo
This commit is contained in:
@@ -507,7 +507,7 @@ class MLBLiveManager(BaseMLBManager):
|
|||||||
|
|
||||||
# Set logo size
|
# Set logo size
|
||||||
logo_size = (24, 24) # Shrink to 24x24
|
logo_size = (24, 24) # Shrink to 24x24
|
||||||
logo_y_offset = 4 # Move down from top edge
|
logo_y_offset = 0 # Move down from top edge
|
||||||
# center_y = height // 2 # center_y not used for logo placement now
|
# center_y = height // 2 # center_y not used for logo placement now
|
||||||
|
|
||||||
# Load and place team logos (same as base method)
|
# Load and place team logos (same as base method)
|
||||||
|
|||||||
Reference in New Issue
Block a user