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

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred committed Mar 2, 2021
2 parents 194a12f + 077920f commit 7e50541
Show file tree
Hide file tree
Showing 62 changed files with 2,851 additions and 1,145 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dmypy.json
# ignore generated logos
assets/logos/*

!assets/logos/svg/light/*
!assets/logos/_local
#nhl-led-scoreboard
config/config.json
config/config.json.backup
Expand Down
527 changes: 63 additions & 464 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.7
1.6.0
27 changes: 27 additions & 0 deletions apt-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env aptfile

# trigger an apt-get update
update

# install some packages
package "build-essential"
package "git"
package "python3-setuptools"
package "python3-pip"
package "python3-dev"
package "python3-pillow"
package "python3-numpy"
package "python3-gpiozero"
package "python3-cairosvg"
package "libatlas3-base"
package "libatlas-base-dev"
package "libraqm-dev"
#For the issueUpload.sh
package "jq"
package "pastebinit"
package "neofetch"
#For the sb-upgrade
package "zsh"

# you can also execute arbitrary bash
echo "🚨 ALL GOOD TO GO"
Binary file added assets/animations/goal/goal_light_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/animations/goal_light_animation.gif
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/animations/penalty/general/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
4 changes: 4 additions & 0 deletions assets/animations/penalty/opposing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Binary file added assets/animations/penalty/penalty_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/animations/penalty/preferred/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Binary file added assets/fonts/VGA.ttf
Binary file not shown.
Binary file added assets/images/raspberrypi_OS_lite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/loading/loading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/logos/_local/WSH_alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 9 additions & 13 deletions config/.default/config.json.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"debug": false,
"loglevel": "INFO",
"live_mode": false,
"live_mode": true,
"preferences": {
"time_format": "12h",
"end_of_day": "8:00",
Expand All @@ -18,14 +18,11 @@

"states":{
"off_day": [
"scoreticker",
"team_summary",
"standings",
"clock"
],
"scheduled": [
"team_summary",
"standings",
"scoreticker",
"clock"
],
Expand All @@ -35,7 +32,6 @@
],
"post_game": [
"team_summary",
"standings",
"scoreticker",
"clock"
]
Expand Down Expand Up @@ -88,15 +84,15 @@
"owm_apikey": "",
"update_freq": 5,
"show_on_clock": true,
"forecast_enabled": true,
"forecast_enabled": false,
"forecast_days": 3,
"forecast_update": 1
},
"wxalert": {
"alert_feed": "EC",
"update_freq": 5,
"show_alerts": true,
"nws_show_expire": false,
"show_alerts": false,
"nws_show_expire": false,
"alert_title": true,
"scroll_alert": true,
"alert_duration": 5,
Expand All @@ -105,21 +101,21 @@
},
"sbio": {
"screensaver": {
"enabled": true,
"enabled": false,
"animations": true,
"start": "22:00",
"stop": "22:05",
"stop": "08:00",
"data_updates": false,
"motionsensor": true,
"pin": 24,
"motionsensor": false,
"pin": 7,
"delay": 30
},
"dimmer": {
"enabled": false,
"source": "software",
"daytime": "",
"nighttime": "",
"offset": 90,
"offset": 0,
"frequency": 5,
"light_level_lux": 400,
"mode": "always",
Expand Down
Empty file removed config/.default/firstrun
Empty file.
4 changes: 2 additions & 2 deletions config/colors/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"SOG_label": [255, 111, 0],
"irregular_status":[255, 0, 0]
},
"scoreticker": {

"penalty": {
"jersey_number": [255,255,255]
},
"covid_19": {
"name": [0, 0, 0],
Expand Down
24 changes: 10 additions & 14 deletions config/config.json.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"debug": false,
"loglevel": "INFO",
"live_mode": false,
"live_mode": true,
"preferences": {
"time_format": "12h",
"end_of_day": "8:00",
Expand All @@ -18,14 +18,11 @@

"states":{
"off_day": [
"scoreticker",
"team_summary",
"standings",
"clock"
],
"scheduled": [
"team_summary",
"standings",
"scoreticker",
"clock"
],
Expand All @@ -35,7 +32,6 @@
],
"post_game": [
"team_summary",
"standings",
"scoreticker",
"clock"
]
Expand All @@ -53,7 +49,7 @@
"standings": {
"preferred_standings_only": true,
"standing_type": "wild_card",
"divisions": "central",
"divisions": "north",
"conference": "eastern"
},
"clock": {
Expand Down Expand Up @@ -88,15 +84,15 @@
"owm_apikey": "",
"update_freq": 5,
"show_on_clock": true,
"forecast_enabled": true,
"forecast_enabled": false,
"forecast_days": 3,
"forecast_update": 1
},
"wxalert": {
"alert_feed": "EC",
"update_freq": 5,
"show_alerts": true,
"nws_show_expire": false,
"show_alerts": false,
"nws_show_expire": false,
"alert_title": true,
"scroll_alert": true,
"alert_duration": 5,
Expand All @@ -105,21 +101,21 @@
},
"sbio": {
"screensaver": {
"enabled": true,
"enabled": false,
"animations": true,
"start": "22:00",
"stop": "22:05",
"stop": "08:00",
"data_updates": false,
"motionsensor": true,
"pin": 24,
"motionsensor": false,
"pin": 7,
"delay": 30
},
"dimmer": {
"enabled": false,
"source": "software",
"daytime": "",
"nighttime": "",
"offset": 90,
"offset": 0,
"frequency": 5,
"light_level_lux": 400,
"mode": "always",
Expand Down
6 changes: 3 additions & 3 deletions config/config.json.save
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"debug": false,
"loglevel": "INFO",
"live_mode": false,
"live_mode": true,
"preferences": {
"time_format": "12h",
"end_of_day": "8:00",
Expand All @@ -27,7 +27,7 @@
"standings",
"scoreticker",
"clock"
s ],
],
"intermission": [
"scoreticker",
"team_summary"
Expand All @@ -51,7 +51,7 @@ s ],
"standings": {
"preferred_standings_only": true,
"standing_type": "wild_card",
"divisions": "central",
"divisions": "north",
"conference": "eastern"
},
"clock": {
Expand Down
Loading

0 comments on commit 7e50541

Please sign in to comment.