diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 1ac702b3..be0b9a35 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -488,7 +488,7 @@ BusSmartMatrix::BusSmartMatrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh USER_PRINTF("BusSmartMatrix: kMatrixWidth=%u, kMatrixHeight=%u", kMatrixWidth, kMatrixHeight); smartMatrix.begin(); - smartMatrix->setBrightness(125); // TODO - hard code for now + smartMatrix.setBrightness(125); // TODO - hard code for now rgb24* smBuffer = backgroundLayer.backBuffer();