mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
fix: Correct display width calculation by reverting cols to single panel width
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"display": {
|
||||
"hardware": {
|
||||
"rows": 32,
|
||||
"cols": 128,
|
||||
"cols": 64,
|
||||
"chain_length": 2,
|
||||
"parallel": 1,
|
||||
"brightness": 60,
|
||||
|
||||
Reference in New Issue
Block a user