mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Heatmap fix
This commit is contained in:
@@ -456,7 +456,13 @@ namespace GHelper
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Logger.WriteLine(BitConverter.ToString(msg));
|
//Logger.WriteLine(BitConverter.ToString(msg));
|
||||||
if (init) auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc });
|
if (init)
|
||||||
|
{
|
||||||
|
auraDevice.Write(AuraMessage(0,color,color, 0xe1));
|
||||||
|
auraDevice.WriteFeatureData(MESSAGE_APPLY);
|
||||||
|
auraDevice.WriteFeatureData(MESSAGE_SET);
|
||||||
|
auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc });
|
||||||
|
}
|
||||||
auraDevice.Write(msg);
|
auraDevice.Write(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user