Added native temp sensors, brightness controll, etc

This commit is contained in:
seerge
2023-03-29 17:04:22 +02:00
parent 8af8823ee4
commit 136b5b4f55
5 changed files with 58 additions and 27 deletions

View File

@@ -148,7 +148,7 @@ namespace GHelper
{
HidDevice[] HidDeviceList = HidDevices.Enumerate(0x0b05, deviceIds).ToArray();
byte[] msg = { 0x5a, 0xba, 0xc5, 0xc4, (byte)brightness };
byte[] msg = { 0x5d, 0xba, 0xc5, 0xc4, (byte)brightness };
foreach (HidDevice device in HidDeviceList)
if (device.IsConnected && device.Description.Contains("HID"))