mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-13 05:53:00 +00:00
making mlb live logos larger
This commit is contained in:
@@ -510,7 +510,7 @@ class MLBLiveManager(BaseMLBManager):
|
|||||||
draw = ImageDraw.Draw(image)
|
draw = ImageDraw.Draw(image)
|
||||||
|
|
||||||
# Set logo size
|
# Set logo size
|
||||||
new_logo_height = 28
|
new_logo_height = 32
|
||||||
logo_size = (new_logo_height, new_logo_height) # Increase size
|
logo_size = (new_logo_height, new_logo_height) # Increase size
|
||||||
logo_y_offset = 0# Center vertically
|
logo_y_offset = 0# Center vertically
|
||||||
# center_y = height // 2 # center_y not used for logo placement now
|
# center_y = height // 2 # center_y not used for logo placement now
|
||||||
|
|||||||
Reference in New Issue
Block a user