From c3fe3c2dcfac1fb632574ae4fa02d2e85117ca43 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:21:12 -0500 Subject: [PATCH] bits 8 pwm lsb nano 130 dither 0 pulsing false --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index b68d835f..c906ffaf 100644 --- a/config/config.json +++ b/config/config.json @@ -14,9 +14,9 @@ "brightness": 50, "hardware_mapping": "adafruit-hat-pwm", "scan_mode": "progressive", - "pwm_bits": 11, - "pwm_dither_bits": 2, - "pwm_lsb_nanoseconds": 100, + "pwm_bits": 8, + "pwm_dither_bits": 0, + "pwm_lsb_nanoseconds": 130, "disable_hardware_pulsing": true, "inverse_colors": false, "show_refresh_rate": true,