running on raspberry pi 3B bookworm
This commit is contained in:
parent
36da96c8e0
commit
d2451c935e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
/data/
|
/data/
|
||||||
|
/venv/
|
||||||
|
/__pycache__/
|
||||||
|
|||||||
7
_inside.sh
Executable file
7
_inside.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd "$(dirname "$0")" || exit 1
|
||||||
|
|
||||||
|
. venv/bin/activate
|
||||||
|
|
||||||
|
python main.py
|
||||||
@ -8,8 +8,7 @@ from pygame import Surface
|
|||||||
from pygame.time import Clock
|
from pygame.time import Clock
|
||||||
from qrcode.main import QRCode
|
from qrcode.main import QRCode
|
||||||
|
|
||||||
DEBUG: bool = True
|
DEBUG: bool = False
|
||||||
# DEBUG: bool = False
|
|
||||||
|
|
||||||
WIDTH: int = 800
|
WIDTH: int = 800
|
||||||
HEIGHT: int = 480
|
HEIGHT: int = 480
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user