From 170db5809a3c3508f4e626ccefcc8b422e15c55f Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:47:31 -0500 Subject: [PATCH] increase brightness --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 64a5fcce..45f7a3ef 100644 --- a/config/config.json +++ b/config/config.json @@ -11,7 +11,7 @@ "cols": 64, "chain_length": 2, "parallel": 1, - "brightness": 85, + "brightness": 95, "hardware_mapping": "adafruit-hat-pwm", "scan_mode": 0, "pwm_bits": 9,