From 7953ae5d095c6c9d38bc9eb62cedef474d4568a0 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 12:57:45 -0500 Subject: [PATCH] slight readme changes --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b22e4694..5655ee85 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,6 @@ In `config.json`, under the `nhl_scoreboard` section: To run the display script without `sudo`, the user executing the script needs access to GPIO pins. Add the user to the `gpio` group: -This is required to download the Stock Symbol icons into assets/stocks. - ```bash sudo usermod -a -G gpio # Example for user 'ledpi': @@ -169,7 +167,7 @@ sudo usermod -a -G gpio **Important:** You must **reboot** the Raspberry Pi after adding the user to the group for the change to take effect. -You also need to disable hardware pulsing in the code (see `src/display_manager.py`, set `options.disable_hardware_pulsing = True`). This has already been done in the repository if you are up-to-date. +You also need to disable hardware pulsing in the code (see `src/display_manager.py`, set `options.disable_hardware_pulsing = True`). This may result in a flickerying display If configured correctly, you can then run: @@ -179,8 +177,6 @@ python3 display_controller.py ## Running the Display -(This is how I used to run the command, I may remove this in the future) - From the project root directory: ```bash sudo python3 display_controller.py