2023-12-26 13:34:26 -03:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-12-28 15:00:03 -03:00
|
|
|
IMAGE=$HOME/pantallas-led/GenPoster/example/poster.png
|
2023-12-26 13:34:26 -03:00
|
|
|
|
2023-12-26 13:41:28 -03:00
|
|
|
#sudo python3 testapi_full.py
|
2023-12-26 13:34:26 -03:00
|
|
|
cd pantallas-led/GenPoster
|
|
|
|
#docker build -t bus_poster .
|
|
|
|
./run_container.sh
|
|
|
|
|
2023-12-28 15:18:37 -03:00
|
|
|
cd $HOME/rpi-rgb-led-matrix/bindings/python/samples/
|
2023-12-26 13:34:26 -03:00
|
|
|
|
2023-12-28 15:18:37 -03:00
|
|
|
sudo python3 image-viewer.py $IMAGE
|