mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
bugfixes
This commit is contained in:
parent
f079816b46
commit
af91548d6e
@ -9,7 +9,7 @@ This is a REST API to access the Raspberry PI RGB LED Matrix over HTTP.
|
|||||||
1. Install `Raspberry PI OS Lite` using the [official installer](https://www.raspberrypi.com/software/).
|
1. Install `Raspberry PI OS Lite` using the [official installer](https://www.raspberrypi.com/software/).
|
||||||
2. Make sure you have Python version 3.9.* installed, as the [library](https://github.com/hzeller/rpi-rgb-led-matrix) uses a now deprecated module and as it is the only version proven to work.
|
2. Make sure you have Python version 3.9.* installed, as the [library](https://github.com/hzeller/rpi-rgb-led-matrix) uses a now deprecated module and as it is the only version proven to work.
|
||||||
3. Install all necessary dependencies shown within this library's [documentation](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/README.md).
|
3. Install all necessary dependencies shown within this library's [documentation](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/README.md).
|
||||||
4. It is recommended to access the UI and SSH-Connection to the RPI using an access point. To see how to set one up, see this [guide](https://raspberrypi-guide.github.io/networking/create-wireless-access-point).
|
4. It is recommended to access the UI and SSH-Connection to the RPI using an access point. To see how to set one up, see this [guide](https://raspberrytips.com/access-point-setup-raspberry-pi/#setting-up-an-access-point-on-raspberry-pi-os-bookworm).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ This is a REST API to access the Raspberry PI RGB LED Matrix over HTTP.
|
|||||||
- Setup / Configuration:
|
- Setup / Configuration:
|
||||||
- In case the default Matrix options are not suitable for your configuration, please infer them from the [`.env.example`](../.env.example) in the project root
|
- In case the default Matrix options are not suitable for your configuration, please infer them from the [`.env.example`](../.env.example) in the project root
|
||||||
- Attached mode:
|
- Attached mode:
|
||||||
```python
|
```bash
|
||||||
sudo python3 main.py
|
sudo python3 main.py
|
||||||
```
|
```
|
||||||
- Running as daemon:
|
- Running as daemon:
|
||||||
|
Loading…
Reference in New Issue
Block a user