mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
changing MLB logo size to 32 px
This commit is contained in:
@@ -104,8 +104,8 @@ class BaseMLBManager:
|
||||
draw = ImageDraw.Draw(image)
|
||||
|
||||
# Set logo size to match NHL (150% of display width)
|
||||
max_width = int(width * 1.5)
|
||||
max_height = int(height * 1.5)
|
||||
max_width = 35
|
||||
max_height = 35
|
||||
logo_size = (max_width, max_height)
|
||||
logo_y_offset = (height - max_height) // 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user