From 46e1328cd065408edfbf07f7f0e7c75c0f30c01f Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:44:49 -0500 Subject: [PATCH] adjusted config now that it actually influences display --- config/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.json b/config/config.json index e9c2edb6..64a5fcce 100644 --- a/config/config.json +++ b/config/config.json @@ -11,19 +11,19 @@ "cols": 64, "chain_length": 2, "parallel": 1, - "brightness": 70, + "brightness": 85, "hardware_mapping": "adafruit-hat-pwm", "scan_mode": 0, "pwm_bits": 9, - "pwm_dither_bits": 0, - "pwm_lsb_nanoseconds": 200, + "pwm_dither_bits": 1, + "pwm_lsb_nanoseconds": 130, "disable_hardware_pulsing": false, "inverse_colors": false, "show_refresh_rate": false, "limit_refresh_rate_hz": 120 }, "runtime": { - "gpio_slowdown": 4 + "gpio_slowdown": 3 }, "display_durations": { "clock": 15,