Fix: Add PYTHONPATH for samplebase module

This commit is contained in:
Joan
2025-12-31 12:16:41 +01:00
parent d183b4e347
commit 0bb5c68080
2 changed files with 4 additions and 0 deletions

View File

@@ -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
```