Skip to content

Commit 60fbf07

Browse files
committed
Fix mx_width and height for 4scan
1 parent fb30f9c commit 60fbf07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

wled00/bus_manager.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,10 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh
513513
mxconfig.mx_height = 32 / 2;
514514
break;
515515
case 106:
516+
mxconfig.mx_width = 64 * 2;
517+
mxconfig.mx_height = 32 / 2;
518+
break;
519+
case 107:
516520
mxconfig.mx_width = 64 * 2;
517521
mxconfig.mx_height = 64 / 2;
518522
break;

0 commit comments

Comments
 (0)