This commit is contained in:
Frank
2024-08-08 19:00:19 +02:00
parent b5d97cca93
commit 1b098b9863

View File

@@ -755,7 +755,7 @@ void __attribute__((hot)) BusHub75Matrix::setPixelColor(uint16_t pix, uint32_t c
}
}
else {
//if (isBlack && (c == BLACK)) return; // reject black pixels directly after clearScreen()
if (isBlack && (c == BLACK)) return; // reject black pixels directly after clearScreen()
#ifndef NO_CIE1931
c = unGamma24(c); // to use the driver linear brightness feature, we first need to undo WLED gamma correction
#endif