1
0
Fork 0
paraderos_led/autorun.sh

12 lines
265 B
Bash
Raw Permalink Normal View History

2023-12-26 13:34:26 -03:00
#!/bin/bash
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