Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

v1.6.0

Compare
Choose a tag to compare
@riffnshred riffnshred released this 02 Mar 21:15
· 209 commits to master since this release

Features:

nhl-led-scoreboard-img from @falkyre .

This is a new and easier way to set up and install everything. This is basically Raspberry Pi OS but with the NHL-led-scoreboard preinstalled. PLEASE READ THE DOCUMENTATION. It's not as simple as just loading on the SD card and throwing it in the raspberry pi.

PLEASE NOTE: The image will be available after I publish a release. Keep an eye out on that repository for when it will be available.

Other Features

  • Favorite Game priority: Now if multiple of your Preferred teams play on the current day, it will put which ever games starts the soonest as the main event until another game of a preferred team, that is higher in priority in the config list, is about to start. This means that if your top team plays at 9 PM but one of your other favorite teams starts at 7 PM, it will put that other team's game as the main event during the day up until 9 PM when your top preferred team is about to start.

  • Penalty Board: Whenever there is a new penalty detected, the scoreboard will show the penalty animation and a board giving the perpetrator's name and jersey and also if it's a Minor or Major penalty. I will also add a more detailed board on the next update. Just like the Goal animation, you can use your own. if none are detected it will use the standard one.

  • New Loading screen: When the scoreboard starts a new loading screen appears while the data is being downloaded and processed.
    If you use the new Image, you also get a new splash screen that appears while raspberry pi OS boot. Keep in mind that it will take up to 8 seconds for it to appear as the raspberry pi has to load what the screen needs to render.

  • Team Summary logos: Just like the scoreboards in the previous update, the logos on the team summary are now all pulled inside and are blended into the data with a black gradient.

  • 128x64: The logos and the gradient have been aligned on the scoreboard.

Fixes:

  • Pulling less data: I reprogrammed some parts to refresh certain data daily instead of refreshing on every loop. There is still work needed in that regard but it is now much better.
  • Scoreboard logos realignment: Some logos on the Scoreboard has been realigned.
  • **Team Summary ** now shows the right data.
  • Stanley cup champions won't cause a crash if no playoff info is detected and the board is used in the config. PR #205
  • You can now test the scoreboard champions board with your own team id. PR #205
  • Fixed configs to be more consistent and to allow the use of a new app by @sflems (https://github.com/sflems/nhl-led-scoreboard-webgui) PR #220 and PR #219