mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Ally Backlight control
This commit is contained in:
@@ -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() + "%";
|
||||
|
||||
Reference in New Issue
Block a user