added run script
This commit is contained in:
parent
51a3cae4f3
commit
a283ef24ad
@ -1,4 +1,4 @@
|
|||||||
LoveBOXAPIurl = 'http://192.168.0.188:5000'
|
LoveBOXAPIurl = 'http://yoo01pn.ddns.net:5000'
|
||||||
LoveBOXAPIapi = '101010'
|
LoveBOXAPIapi = '101010'
|
||||||
|
|
||||||
from display import sendUpdate
|
from display import sendUpdate
|
||||||
|
|||||||
BIN
__pycache__/display.cpython-37.pyc
Normal file
BIN
__pycache__/display.cpython-37.pyc
Normal file
Binary file not shown.
BIN
__pycache__/epd2in13.cpython-37.pyc
Normal file
BIN
__pycache__/epd2in13.cpython-37.pyc
Normal file
Binary file not shown.
BIN
__pycache__/epdconfig.cpython-37.pyc
Normal file
BIN
__pycache__/epdconfig.cpython-37.pyc
Normal file
Binary file not shown.
BIN
epd2in13.pyc
Normal file
BIN
epd2in13.pyc
Normal file
Binary file not shown.
BIN
epdconfig.pyc
Normal file
BIN
epdconfig.pyc
Normal file
Binary file not shown.
7
runcontrol.sh
Executable file
7
runcontrol.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
screen -d -dmS controller
|
||||||
|
|
||||||
|
screen -S controller -X stuff 'bash'`echo -ne '\015'`
|
||||||
|
screen -S controller -X stuff 'cd /home/pi/python-hat-e-ink-demo-code/'`echo -ne '\015'`
|
||||||
|
screen -S controller -X stuff 'python3 PIcontroller.py'`echo -ne '\015'`
|
||||||
BIN
wqy-microhei.ttc
Normal file
BIN
wqy-microhei.ttc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user