Enable HUB75 for the esp32S3_8MB_M for HD-WF2

This commit is contained in:
Will Tatam
2024-08-21 23:34:11 +01:00
parent 0d11827552
commit a5600950b5
2 changed files with 4 additions and 1 deletions

View File

@@ -557,7 +557,7 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh
}
if(mxconfig.mx_height >= 64 && (bc.pins[0] > 1)) {
USER_PRINT("WARNING, only single panel can be used of 64 pixel boards due to memory")
USER_PRINT("WARNING, only single panel can be used of 64 pixel boards due to memory");
mxconfig.chain_length = 1;
}