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