1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-23 15:29:43 +02:00

work in progress

This commit is contained in:
Didier 2022-06-28 09:53:22 +00:00
parent ef766feabb
commit 136d35a6ec
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
[DEFAULT]
; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys
USB_AUTO_MOUNT = True
USB_AUTO_MOUNT = False
; Set PANDORA_ROOT_URL to the URL of the Pandora server
; the default value is "http://127.0.0.1:6100"
PANDORA_ROOT_URL = "http://127.0.0.1:6100"
PANDORA_ROOT_URL = http://127.0.0.1:6100
; Set FAKE_SCAN to true to fake the scan process
FAKE_SCAN = False

View file

@ -3,12 +3,12 @@
import os
import time
os.system("convert -resize 1920x1080 -background black -gravity center -extent 1920x1080 image1.png bgra:/dev/fb0")
os.system("convert -resize 1024x600 -background black -gravity center -extent 1024x600 image1.png bgra:/dev/fb0")
time.sleep(1)
os.system("convert -resize 1920x1080 -background black -gravity center -extent 1920x1080 image2.png bgra:/dev/fb0")
os.system("convert -resize 1024x600 -background black -gravity center -extent 1024x600 image2.png bgra:/dev/fb0")
time.sleep(1)
os.system("convert -resize 1920x1080 -background black -gravity center -extent 1920x1080 image1.png bgra:/dev/fb0")
os.system("convert -resize 1024x600 -background black -gravity center -extent 1024x600 image1.png bgra:/dev/fb0")
time.sleep(1)
os.system("convert -resize 1920x1080 -background black -gravity center -extent 1920x1080 image2.png bgra:/dev/fb0")
os.system("convert -resize 1024x600 -background black -gravity center -extent 1024x600 image2.png bgra:/dev/fb0")
time.sleep(1)