tracks boards by left/center/right now in lieu of board numbers, and works with Hive T9s and BOS S9s and X17s

This commit is contained in:
UpstreamData
2022-01-25 15:53:36 -07:00
parent 66792e1ab9
commit 1c0b5e6441
5 changed files with 48 additions and 36 deletions

View File

@@ -29,7 +29,16 @@ layout = [
[sg.Table(
values=[],
font=("Arial", 9),
headings=["IP", "Model", "6 Count", "Board 6 Chips", "7 Count", "Board 7 Chips", "8 Count", "Board 8 Chips"],
headings=[
"IP",
"Model",
"L Count",
"Left Board Chips",
"C Count",
"Center Board Chips",
"R Count",
"Right Board Chips"
],
auto_size_columns=False,
max_col_width=15,
justification="center",