Fix RGB capability issue with HUB75 output

This commit is contained in:
Will Tatam
2024-02-10 13:20:34 +00:00
parent b7b17ee374
commit b0a63c59e1

View File

@@ -570,6 +570,9 @@ uint8_t oePin = 14;
if( not display->begin() ) {
USER_PRINTLN("****** !KABOOM! I2S memory allocation failed ***********");
}
else {
_valid = true;
}
USER_PRINTLN("MatrixPanel_I2S_DMA started");
}