From cdcbea5d1d88d6a7f0213e88b7b7c797785ac719 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:13:00 -0500 Subject: [PATCH] adjusting LED panel settings to reduce flicker --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index e75525ab..fec68c28 100644 --- a/config/config.json +++ b/config/config.json @@ -11,12 +11,12 @@ "cols": 64, "chain_length": 2, "parallel": 1, - "brightness": 60, + "brightness": 50, "hardware_mapping": "adafruit-hat-pwm", "scan_mode": "progressive", "pwm_bits": 11, "pwm_dither_bits": 2, - "pwm_lsb_nanoseconds": 50, + "pwm_lsb_nanoseconds": 100, "disable_hardware_pulsing": true, "inverse_colors": false, "show_refresh_rate": true,