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:
parent
3fa452f839
commit
dd508884b0
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue