GPU Mode Backlight

This commit is contained in:
Serge
2023-08-14 16:48:16 +02:00
parent 4c989c9d75
commit 4f6de3c6a3
6 changed files with 52 additions and 18 deletions

View File

@@ -582,6 +582,14 @@ namespace GHelper
});
}
public void GPUInit()
{
Invoke(delegate
{
if (fans != null && fans.Text != "") fans.InitGPU();
});
}
public void FansToggle(int index = 0)
{
if (fans == null || fans.Text == "")