Add .gitignore and eink-terminal.service; enhance virtual terminal with preview toggle and quadrant zoom
This commit is contained in:
parent
9005e49d82
commit
8880aa6b32
3 changed files with 270 additions and 21 deletions
20
eink-terminal.service
Normal file
20
eink-terminal.service
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[Unit]
|
||||
Description=E-Ink Virtual Terminal
|
||||
After=bluetooth.target multi-user.target
|
||||
Wants=bluetooth.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=kacper
|
||||
WorkingDirectory=/home/kacper/Documents/eink
|
||||
ExecStart=/usr/bin/python3 /home/kacper/Documents/eink/virtual_terminal_eink.py --no-preview
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
# Allow access to GPIO/SPI and input devices
|
||||
SupplementaryGroups=gpio spi input
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue