We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fd155 commit 10d1098Copy full SHA for 10d1098
wled00/FX_fcn.cpp
@@ -1615,7 +1615,7 @@ void WS2812FX::show() {
1615
uint8_t newBri = estimateCurrentAndLimitBri(_brightness, _pixels);
1616
if (newBri != _brightness) BusManager::setBrightness(newBri);
1617
1618
- // paint actuall pixels
+ // paint actual pixels
1619
int oldCCT = Bus::getCCT(); // store original CCT value (since it is global)
1620
// when cctFromRgb is true we implicitly calculate WW and CW from RGB values (cct==-1)
1621
if (cctFromRgb) BusManager::setSegmentCCT(-1);
0 commit comments