From e5cc124dd35417b75d8624210b75cff6dca61ab3 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Sun, 15 Feb 2026 22:24:29 +0900 Subject: [PATCH] monochrome threshold --- pi/image_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi/image_handler.py b/pi/image_handler.py index 3c6bb24..24aa94b 100644 --- a/pi/image_handler.py +++ b/pi/image_handler.py @@ -10,7 +10,7 @@ log = logging.getLogger(__name__) IMG_DIR = Path(__file__).parent / "assets" / "img" STATUS_IMG_SIZE = 120 -MONOCHROME_THRESHOLD = 140 +MONOCHROME_THRESHOLD = 180 def load_status_image(path: Path) -> bytes: