From 529262ea4dbd4e9ae128281c59bdb3231e964807 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 16 Jan 2026 22:44:27 +0100 Subject: [PATCH] full pwm and full brightness --- lib/display.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/display.py b/lib/display.py index 9b2219a..7dfa83d 100644 --- a/lib/display.py +++ b/lib/display.py @@ -38,8 +38,8 @@ class MyMatrix: #options.disable_hardware_pulsing = True #options.show_refresh_rate = True options.drop_privileges = False - options.brightness = 60 # scale down brightness if needed - options.pwm_bits = 8 # default 11–12; lower = faster refresh + #options.brightness = 60 # scale down brightness if needed + #options.pwm_bits = 8 # default 11–12; lower = faster refresh self.matrix = RGBMatrix(options=options)