Trying to get output working

This commit is contained in:
Will Tatam
2023-10-23 22:12:45 +01:00
parent 9f55d7dfd8
commit 744e89441c

View File

@@ -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();