Fix: Add PYTHONPATH for samplebase module
This commit is contained in:
@@ -104,7 +104,10 @@ crontab -e # Remove the matrix64 line
|
||||
|
||||
## Manual Execution
|
||||
|
||||
The script requires `samplebase.py` from the rpi-rgb-led-matrix library:
|
||||
|
||||
```bash
|
||||
cd /opt/matrix64
|
||||
export PYTHONPATH=/home/pi/rpi-rgb-led-matrix/bindings/python/samples
|
||||
sudo python3 matrix.py --led-rows=64 --led-cols=64
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user