slight readme changes

This commit is contained in:
ChuckBuilds
2025-04-19 12:57:45 -05:00
parent 0d399bfb6e
commit 7953ae5d09

View File

@@ -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 <your_username>
# Example for user 'ledpi':
@@ -169,7 +167,7 @@ sudo usermod -a -G gpio <your_username>
**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