diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp
index cb00ad29..2bd0a338 100644
--- a/wled00/bus_manager.cpp
+++ b/wled00/bus_manager.cpp
@@ -650,12 +650,18 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh
switch(bc.type) {
case 105:
- USER_PRINTLN("MatrixPanel_I2S_DMA FOUR_SCAN_32PX_HIGH");
+ USER_PRINTLN("MatrixPanel_I2S_DMA FOUR_SCAN_32PX_HIGH - 32x32");
fourScanPanel = new VirtualMatrixPanel((*display), 1, 1, 32, 32);
fourScanPanel->setPhysicalPanelScanRate(FOUR_SCAN_32PX_HIGH);
fourScanPanel->setRotation(0);
break;
case 106:
+ USER_PRINTLN("MatrixPanel_I2S_DMA FOUR_SCAN_32PX_HIGH - 64x32");
+ fourScanPanel = new VirtualMatrixPanel((*display), 1, 1, 64, 32);
+ fourScanPanel->setPhysicalPanelScanRate(FOUR_SCAN_32PX_HIGH);
+ fourScanPanel->setRotation(0);
+ break;
+ case 107:
USER_PRINTLN("MatrixPanel_I2S_DMA FOUR_SCAN_64PX_HIGH");
fourScanPanel = new VirtualMatrixPanel((*display), 1, 1, 64, 64);
fourScanPanel->setPhysicalPanelScanRate(FOUR_SCAN_64PX_HIGH);
diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm
index e1979fdc..5e31ee4c 100644
--- a/wled00/data/settings_leds.htm
+++ b/wled00/data/settings_leds.htm
@@ -384,7 +384,8 @@ ${i+1}:
-
+
+