diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index a27ec5a6..359ff0a3 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -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"); }