starting on NHL Scoreboard and added team logos, adjusted config

This commit is contained in:
ChuckBuilds
2025-04-17 11:10:44 -05:00
parent e86ca31740
commit 0f12bc6830
35 changed files with 1633 additions and 1 deletions

View File

@@ -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
}
}