From 5e7e62b53123ae536b03f9447a88d81e461113af Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:17:33 -0500 Subject: [PATCH] fix: Correct display width calculation by reverting cols to single panel width --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 928c9e0d..101ea6df 100644 --- a/config/config.json +++ b/config/config.json @@ -8,7 +8,7 @@ "display": { "hardware": { "rows": 32, - "cols": 128, + "cols": 64, "chain_length": 2, "parallel": 1, "brightness": 60,