mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 18:26:32 +00:00
remove test printout
This commit is contained in:
parent
6a37f25c5d
commit
0e5bd4ed74
@ -489,7 +489,6 @@ void NeoGammaWLEDMethod::calcGammaTable(float gamma)
|
|||||||
for (size_t i = 0; i < 256; i++) {
|
for (size_t i = 0; i < 256; i++) {
|
||||||
gammaT[i] = (int)(powf((float)i / 255.0f, gamma) * 255.0f + 0.5f);
|
gammaT[i] = (int)(powf((float)i / 255.0f, gamma) * 255.0f + 0.5f);
|
||||||
}
|
}
|
||||||
Serial.println("****GAMMA***"); //!!!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t IRAM_ATTR NeoGammaWLEDMethod::Correct(uint8_t value)
|
uint8_t IRAM_ATTR NeoGammaWLEDMethod::Correct(uint8_t value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user