Skip to content

Commit

Permalink
Miniled init on wake up
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 11, 2024
1 parent 50503e1 commit 7e7c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ public static bool SetAutoModes(bool powerChanged = false, bool init = false)
BatteryControl.AutoBattery(init);
if (init)
{
screenControl.InitMiniled();
InputDispatcher.InitScreenpad();
}

Expand All @@ -262,6 +261,7 @@ public static bool SetAutoModes(bool powerChanged = false, bool init = false)
InputDispatcher.AutoKeyboard();
}

screenControl.InitMiniled();
InputDispatcher.InitStatusLed();
XGM.InitLight();
VisualControl.InitBrightness();
Expand Down

0 comments on commit 7e7c90d

Please sign in to comment.