1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-21 22:39:41 +02:00

work on fim

This commit is contained in:
pandora 2022-07-12 16:14:35 +00:00
parent 3fa452f839
commit dd508884b0

View file

@ -91,7 +91,9 @@ def display_image(status):
image = "images/pandora-box5.png"
else:
return
os.system("convert -resize %s -background black -gravity center -extent %s %s bgra:/dev/fb0" % (SCREEN_SIZE, SCREEN_SIZE, image))
#os.system("convert -resize %s -background black -gravity center -extent %s %s bgra:/dev/fb0" % (SCREEN_SIZE, SCREEN_SIZE, image))
os.system("killall fim 2>/dev/null")
os.system("fim -qa %s </dev/null 2>/dev/null &" % image)
# -----------------------------------------------------------