mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-02 20:35:26 +02:00
code quality
This commit is contained in:
parent
ccf1a9b31c
commit
ed789fb9e8
8 changed files with 37 additions and 44 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import os
|
||||
import time
|
||||
|
||||
|
@ -11,4 +10,3 @@ os.system("convert -resize 1024x600 -background black -gravity center -extent 10
|
|||
time.sleep(1)
|
||||
os.system("convert -resize 1024x600 -background black -gravity center -extent 1024x600 image2.png bgra:/dev/fb0")
|
||||
time.sleep(1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue