From d879f7267d41deb483e38c6bd6b4ff490587b2fe Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 17 Jan 2026 22:40:11 +0100 Subject: [PATCH] turn off dev mode --- lib/display.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/display.py b/lib/display.py index fa33ffe..5a9d303 100644 --- a/lib/display.py +++ b/lib/display.py @@ -3,8 +3,8 @@ from PIL import ImageFont, Image, ImageDraw #from time import sleep # Das Bild nur speichern. Nicht die LED-Matrix ansteuern. -#DEV = False -DEV = True +DEV = False +#DEV = True matrix = None