mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
style: Increase base diamond size in live MLB display
This commit is contained in:
@@ -544,7 +544,7 @@ class MLBLiveManager(BaseMLBManager):
|
|||||||
strikes = game_data['strikes']
|
strikes = game_data['strikes']
|
||||||
|
|
||||||
# Define geometry
|
# Define geometry
|
||||||
diamond_size = 5 # Size of the base diamonds
|
diamond_size = 7 # Increase size of the base diamonds
|
||||||
circle_diameter = 3 # Diameter of the count circles
|
circle_diameter = 3 # Diameter of the count circles
|
||||||
vertical_spacing = 1 # Space between bases row and count row
|
vertical_spacing = 1 # Space between bases row and count row
|
||||||
horizontal_spacing = 1 # Space between elements
|
horizontal_spacing = 1 # Space between elements
|
||||||
|
|||||||
Reference in New Issue
Block a user