mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
InitStatus led on wake up https://github.com/seerge/g-helper/discussions/3354
This commit is contained in:
@@ -233,12 +233,10 @@ namespace GHelper
|
|||||||
Logger.WriteLine("AutoSetting for " + isPlugged.ToString());
|
Logger.WriteLine("AutoSetting for " + isPlugged.ToString());
|
||||||
|
|
||||||
BatteryControl.AutoBattery(init);
|
BatteryControl.AutoBattery(init);
|
||||||
|
|
||||||
if (init)
|
if (init)
|
||||||
{
|
{
|
||||||
screenControl.InitMiniled();
|
screenControl.InitMiniled();
|
||||||
InputDispatcher.InitScreenpad();
|
InputDispatcher.InitScreenpad();
|
||||||
InputDispatcher.InitStatusLed();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inputDispatcher.Init();
|
inputDispatcher.Init();
|
||||||
@@ -264,6 +262,7 @@ namespace GHelper
|
|||||||
InputDispatcher.AutoKeyboard();
|
InputDispatcher.AutoKeyboard();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
InputDispatcher.InitStatusLed();
|
||||||
XGM.InitLight();
|
XGM.InitLight();
|
||||||
VisualControl.InitBrightness();
|
VisualControl.InitBrightness();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user