mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Anime Matrix Editor
This commit is contained in:
@@ -641,11 +641,17 @@ namespace GHelper
|
||||
|
||||
public static void InitXGM()
|
||||
{
|
||||
SetXGM(LED_INIT1);
|
||||
SetXGM(LED_INIT2);
|
||||
SetXGM(LED_INIT3);
|
||||
SetXGM(LED_INIT4);
|
||||
SetXGM(LED_INIT5);
|
||||
byte[] ASUS_INIT = Encoding.ASCII.GetBytes("^ASUS Tech.Inc.");
|
||||
|
||||
SetXGM(ASUS_INIT);
|
||||
SetXGM(new byte[] { 0x5e, 0xd0, 0x02 });
|
||||
SetXGM(new byte[] { 0x5e, 0xd0, 0x03 });
|
||||
SetXGM(ASUS_INIT);
|
||||
SetXGM(new byte[] { 0x5e, 0xd1, 0x02 }); // reset fan
|
||||
SetXGM(ASUS_INIT);
|
||||
SetXGM(new byte[] { 0x5e, 0xce, 0x03 });
|
||||
SetXGM(new byte[] { 0x5e, 0xd0, 0x04 });
|
||||
SetXGM(new byte[] { 0x5e, 0xd0, 0x01 });
|
||||
}
|
||||
|
||||
public static void ApplyXGMLight(bool status)
|
||||
|
||||
Reference in New Issue
Block a user