Skip to content

Commit

Permalink
Update omx_screensaver.cpp
Browse files Browse the repository at this point in the history
darken leds if knob 5 is turned all the way right
  • Loading branch information
okyeron authored Oct 11, 2024
1 parent d17a882 commit 8f70ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMX-27-firmware/src/modes/omx_screensaver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void OmxScreensaver::updateLEDs()
{
strip.setPixelColor(z, 0);
}
if (colorConfig.screensaverColor != 0)
if (colorConfig.screensaverColor < 32639)
{
if (!ssreverse)
{
Expand Down

0 comments on commit 8f70ea0

Please sign in to comment.