Skip to content

Commit

Permalink
Monitor support release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Troll committed Sep 1, 2022
1 parent bca70d7 commit 0243301
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 254 deletions.
2 changes: 1 addition & 1 deletion AlienFX-SDK/AlienFX_SDK/AlienFX_SDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace AlienFX_SDK {

// API version (was length):
#define API_L_ACPI 0 //128
#define API_L_V8 9 //65
#define API_L_V8 8 //65
#define API_L_V7 7 //65
#define API_L_V6 6 //65
#define API_L_V5 5 //64
Expand Down
4 changes: 2 additions & 2 deletions AlienFX-SDK/AlienFX_SDK/alienfx-controls.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ namespace AlienFX_SDK {
} COMMV5;

static struct COMMV6 {
//const byte colorReset[3]{0x93,0x37,0x0e};
const byte colorReset[3]{0x93,0x37,0x0e};
//[3] - some command, can be 06 and 0e
const byte colorReset[4]{ 0x95,0,0,0 };
//const byte colorReset[4]{ 0x95,0,0,0 };
const byte colorSet[8]{0x92,0x37,0x0a,0x00,0x51,0x87,0xd0,0x04};
//[9] - light mask, [10,11,12] - RGB, [13] - Brightness (0..64), [14] - Mask
//[6] - command (87 - color, 88 - Pulse?, 8d - morph?), [8] - command type - 4 - color, 1 - morph?, 2 - pulse?
Expand Down
Loading

0 comments on commit 0243301

Please sign in to comment.