@ -4,7 +4,7 @@
| Driver for Philips amBX Gaming lights |
| Driver for Philips amBX Gaming lights |
| |
| |
| This file is part of the OpenRGB project |
| This file is part of the OpenRGB project |
| SPDX - License - Identifier : GPL - 2.0 - o nly |
| SPDX - License - Identifier : GPL - 2.0 - o r- later |
\ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
\ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
# pragma once
# pragma once
@ -41,7 +41,7 @@ public:
std : : string GetDeviceLocation ( ) ;
std : : string GetDeviceLocation ( ) ;
std : : string GetSerialString ( ) ;
std : : string GetSerialString ( ) ;
bool IsInitialized ( ) ;
bool IsInitialized ( ) ;
void SetLEDColor ( unsigned int led , RGBColor color ) ;
void SetLEDColor ( unsigned int led , RGBColor color ) ;
void SetLEDColors ( unsigned int * leds , RGBColor * colors , unsigned int count ) ;
void SetLEDColors ( unsigned int * leds , RGBColor * colors , unsigned int count ) ;
@ -52,6 +52,6 @@ private:
std : : string location ;
std : : string location ;
std : : string serial ;
std : : string serial ;
bool initialized ;
bool initialized ;
void SendPacket ( unsigned char * packet , unsigned int size ) ;
void SendPacket ( unsigned char * packet , unsigned int size ) ;
} ;
} ;