turn off dev mode
This commit is contained in:
parent
afca5ca951
commit
d879f7267d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ from PIL import ImageFont, Image, ImageDraw
|
||||||
#from time import sleep
|
#from time import sleep
|
||||||
|
|
||||||
# Das Bild nur speichern. Nicht die LED-Matrix ansteuern.
|
# Das Bild nur speichern. Nicht die LED-Matrix ansteuern.
|
||||||
#DEV = False
|
DEV = False
|
||||||
DEV = True
|
#DEV = True
|
||||||
|
|
||||||
matrix = None
|
matrix = None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue