From 97ad700b09e7375d9bb6de3b937ad45938fd2be2 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:28:28 -0500 Subject: [PATCH] bits 9 pwm lsb nano 200 dither 0 pulsing false refresh rate false --- config/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.json b/config/config.json index c906ffaf..e9c2edb6 100644 --- a/config/config.json +++ b/config/config.json @@ -11,15 +11,15 @@ "cols": 64, "chain_length": 2, "parallel": 1, - "brightness": 50, + "brightness": 70, "hardware_mapping": "adafruit-hat-pwm", - "scan_mode": "progressive", - "pwm_bits": 8, + "scan_mode": 0, + "pwm_bits": 9, "pwm_dither_bits": 0, - "pwm_lsb_nanoseconds": 130, - "disable_hardware_pulsing": true, + "pwm_lsb_nanoseconds": 200, + "disable_hardware_pulsing": false, "inverse_colors": false, - "show_refresh_rate": true, + "show_refresh_rate": false, "limit_refresh_rate_hz": 120 }, "runtime": {