-
Notifications
You must be signed in to change notification settings - Fork 105
64x32 Enhanced Layout (Deprecated)
Tyler Porter edited this page Apr 23, 2022
·
1 revision
Enhancement of v3.2.1 default 64x32 LED layout.
- added line between team names (looks nicer especially if teams have same background color)
- aligned inning number and scores
- centered bases
{
"defaults": {
"font_name": "4x6"
},
"bases": {
"1B": {
"x": 37,
"y": 22,
"size": 6
},
"2B": {
"x": 32,
"y": 17,
"size": 6
},
"3B": {
"x": 27,
"y": 22,
"size": 6
}
},
"final": {
"inning": {
"x": 32,
"y": 22
},
"scrolling_text": {
"x": 0,
"y": 31,
"width": 64
},
"nohit_text": {
"x": 1,
"y": 21
}
},
"inning": {
"break": {
"number": {
"x": 32,
"y": 29
},
"text": {
"x": 32,
"y": 22
}
},
"number": {
"x": 62,
"y": 22
},
"arrow": {
"size": 3,
"up": {
"x_offset": -6,
"y_offset": -4
},
"down": {
"x_offset": -6,
"y_offset": -2
}
}
},
"outs": {
"1": {
"x": 9,
"y": 26,
"size": 2,
"nohit": {
"x": 9,
"y": 28,
"size": 2
},
"perfect_game": {
"x": 9,
"y": 28,
"size": 2
}
},
"2": {
"x": 13,
"y": 26,
"size": 2,
"nohit": {
"x": 13,
"y": 28,
"size": 2
},
"perfect_game": {
"x": 13,
"y": 28,
"size": 2
}
},
"3": {
"x": 17,
"y": 26,
"size": 2,
"nohit": {
"x": 17,
"y": 28,
"size": 2
},
"perfect_game": {
"x": 17,
"y": 28,
"size": 2
}
}
},
"batter_count": {
"x": 9,
"y": 23,
"nohit": {
"x": 9,
"y": 21
},
"perfect_game": {
"x": 9,
"y": 21
}
},
"nohitter": {
"x": 9,
"y": 27,
"innings_until_display": 5
},
"pregame": {
"scrolling_text": {
"x": 0,
"y": 31,
"width": 64,
"warmup": {
"x": 0,
"y": 31,
"width": 64
}
},
"start_time": {
"x": 32,
"y": 22
},
"warmup_text": {
"x": 32,
"y": 22
}
},
"standings": {
"offset": 6,
"height": 30,
"width": 64,
"divider": {
"x": 13
},
"stat_title": {
"x": 28
},
"team": {
"name": {
"x": 1
},
"record": {
"x": 31
},
"games_back": {
"x": 64
}
}
},
"status": {
"text": {
"x": 32,
"y": 22,
"short_text": false
},
"scrolling_text": {
"x": 0,
"y": 31,
"width": 64
}
},
"teams": {
"background": {
"away": {
"width": 64,
"height": 7,
"x": 0,
"y": 0
},
"home": {
"width": 64,
"height": 7,
"x": 0,
"y": 8
}
},
"name": {
"away": {
"x": 4,
"y": 6
},
"home": {
"x": 4,
"y": 14
}
},
"accent": {
"away": {
"width": 2,
"height": 7,
"x": 0,
"y": 0
},
"home": {
"width": 2,
"height": 7,
"x": 0,
"y": 8
}
},
"runs": {
"away": {
"x": 62,
"y": 6
},
"home": {
"x": 62,
"y": 14
}
}
},
"offday": {
"scrolling_text": {
"x": 0,
"y": 30,
"width": 64
},
"time": {
"x": 40,
"y": 7
},
"conditions": {
"x": 40,
"y": 15
},
"temperature": {
"x": 10,
"y": 23
},
"wind_speed": {
"x": 0,
"y": -2
},
"wind_dir": {
"x": 0,
"y": -2
},
"wind": {
"x": 40,
"y": 21
},
"weather_icon": {
"x": 2,
"y": 1,
"width": 15,
"height": 15
}
}
}