Skip to content

Commit 916c578

Browse files
committed
Wake up matrix only when it's supposed to be ON #4878
1 parent b521736 commit 916c578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/AnimeMatrix/AniMatrixControl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public void SetMatrix(bool wakeUp = false)
226226
}
227227
else
228228
{
229+
if (wakeUp) deviceMatrix.WakeUp();
229230
deviceMatrix.SetDisplayState(true);
230231
deviceMatrix.SetBrightness((BrightnessMode)brightness);
231232

0 commit comments

Comments
 (0)