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

Display stops showng anything on 64x32 4mm pitch LED board #458

Open
richmyers opened this issue May 13, 2024 · 1 comment
Open

Display stops showng anything on 64x32 4mm pitch LED board #458

richmyers opened this issue May 13, 2024 · 1 comment

Comments

@richmyers
Copy link

Describe the bug
Display blanks out randomly. Can be restarted with sb-restart command. Where are these commands located? Are they sim links?

Logs
https://paste.ubuntu.com/p/zRvrkCPdVs/

Your config file
image
image
image
image
image

Hardware you are using
image

  • The Matrix driver (Adafruit Bonnet or Adafruit HAT) Adafrut
  • Anti-flicker mod or not? yes

Software

  • Which version of the software are you on? current
@richmyers richmyers changed the title Display stops display on 64x32 4mm pitch Display stops showng anything on 64x32 4mm pitch LED board May 13, 2024
@falkyre
Copy link
Contributor

falkyre commented May 15, 2024

All of the sb-* commands are bash aliases.

alias sb-help='/home/pi/sbtools/sb-help'
alias sb-issue='/home/pi/sbtools/issueUpload.sh 2>1'
alias sb-updatecheck='/home/pi/sbtools/checkUpdate.sh'
alias sb-stderr='supervisorctl tail -50000 scoreboard stderr'
alias sb-stdout='supervisorctl tail -50000 scoreboard'
alias sb-livelog='supervisorctl tail -f scoreboard'
alias sb-stop='supervisorctl stop scoreboard'
alias sb-start='supervisorctl start scoreboard'
alias sb-restart='supervisorctl restart scoreboard'
alias sb-status='supervisorctl status scoreboard'
alias sb-tools='/home/pi/sbtools/sb-tools'
alias sb-changelog='cd /home/pi/nhl-led-scoreboard;latest=$(git tag --sort=-v:refname | head -1);previous=$(git tag --sort=-v:refname | head -2 | tail -1);echo "$(tput bold)$(tput smul)Changes since $previous$(tput sgr0)";git log --oneline --decorate $previous..$latest;cd ~'
alias sb-sysinfo='neofetch --off'
alias sb-upgrade='/home/pi/sbtools/sb-upgrade'
alias sb-resetwifi='sudo /usr/sbin/comitup-cli d'

You error logs are showing Name Resolution and Network failures. That's why the board goes blank. Also, the pi zero W is no longer a supported pi for this project. It's too under powered now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants