Ally Backlight control

This commit is contained in:
Serge
2024-01-25 16:54:34 +01:00
parent 545e2cc705
commit fbfbe8e730
5 changed files with 33 additions and 15 deletions

View File

@@ -314,6 +314,11 @@ namespace GHelper
}
}
public void VisualiseXBox(bool status)
{
}
public void VisualiseBacklight(int backlight)
{
buttonBacklight.Text = Math.Round((double)backlight*33.33).ToString() + "%";