plop
This commit is contained in:
parent
ce52a1d155
commit
3fb3c4f63f
10 changed files with 1079 additions and 0 deletions
7
update.sh
Executable file
7
update.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
echo "Generate document..."
|
||||
./typst compile --format png document.typ
|
||||
echo "Convert to image..."
|
||||
mogrify -resize 400x300^ -gravity center -extent 400x300 document_ready.png document_ready.bmp
|
||||
echo "Update display..."
|
||||
python3 display.py
|
||||
echo "Done."
|
||||
Loading…
Add table
Add a link
Reference in a new issue