Fix RGB capability issue with HUB75 output
This commit is contained in:
@@ -570,6 +570,9 @@ uint8_t oePin = 14;
|
|||||||
if( not display->begin() ) {
|
if( not display->begin() ) {
|
||||||
USER_PRINTLN("****** !KABOOM! I2S memory allocation failed ***********");
|
USER_PRINTLN("****** !KABOOM! I2S memory allocation failed ***********");
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
_valid = true;
|
||||||
|
}
|
||||||
|
|
||||||
USER_PRINTLN("MatrixPanel_I2S_DMA started");
|
USER_PRINTLN("MatrixPanel_I2S_DMA started");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user