This commit is contained in:
grizzly 2025-08-23 15:08:14 -04:00
parent ce52a1d155
commit 3fb3c4f63f
10 changed files with 1079 additions and 0 deletions

7
update.sh Executable file
View 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."