mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
starting on NHL Scoreboard and added team logos, adjusted config
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"display": {
|
||||
"hardware": {
|
||||
"rows": 32,
|
||||
"cols": 64,
|
||||
"cols": 128,
|
||||
"chain_length": 2,
|
||||
"parallel": 1,
|
||||
"brightness": 60,
|
||||
@@ -60,5 +60,15 @@
|
||||
"scroll_delay": 0.001,
|
||||
"max_headlines_per_symbol": 1,
|
||||
"headlines_per_rotation": 2
|
||||
},
|
||||
"nhl_scoreboard": {
|
||||
"enabled": true,
|
||||
"favorite_teams": [
|
||||
"TBL",
|
||||
"DAL"
|
||||
],
|
||||
"test_mode": true,
|
||||
"update_interval_seconds": 15,
|
||||
"show_only_favorites": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user