mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
slight readme changes
This commit is contained in:
@@ -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:
|
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
|
```bash
|
||||||
sudo usermod -a -G gpio <your_username>
|
sudo usermod -a -G gpio <your_username>
|
||||||
# Example for user 'ledpi':
|
# 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.
|
**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:
|
If configured correctly, you can then run:
|
||||||
|
|
||||||
@@ -179,8 +177,6 @@ python3 display_controller.py
|
|||||||
|
|
||||||
## Running the Display
|
## Running the Display
|
||||||
|
|
||||||
(This is how I used to run the command, I may remove this in the future)
|
|
||||||
|
|
||||||
From the project root directory:
|
From the project root directory:
|
||||||
```bash
|
```bash
|
||||||
sudo python3 display_controller.py
|
sudo python3 display_controller.py
|
||||||
|
|||||||
Reference in New Issue
Block a user