Improve BackLt (35/63)

This commit is contained in:
Armel FAUVEAU
2024-04-05 06:28:51 +02:00
parent 623a86b298
commit 4cd00a0a97
8 changed files with 11 additions and 18 deletions

View File

@@ -504,7 +504,7 @@ void ACTION_BackLightOnDemand(void)
if(gBackLight == false)
{
gBacklightTimeOriginal = gEeprom.BACKLIGHT_TIME;
gEeprom.BACKLIGHT_TIME = 17;
gEeprom.BACKLIGHT_TIME = 61;
gBackLight = true;
}
else
@@ -515,7 +515,7 @@ void ACTION_BackLightOnDemand(void)
}
else
{
gEeprom.BACKLIGHT_TIME = 17;
gEeprom.BACKLIGHT_TIME = 61;
}
}