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:
parent
ef766feabb
commit
136d35a6ec
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys
|
; 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
|
; Set PANDORA_ROOT_URL to the URL of the Pandora server
|
||||||
; the default value is "http://127.0.0.1:6100"
|
; 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
|
; Set FAKE_SCAN to true to fake the scan process
|
||||||
FAKE_SCAN = False
|
FAKE_SCAN = False
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
import os
|
import os
|
||||||
import time
|
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)
|
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)
|
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)
|
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)
|
time.sleep(1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue