mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-29 02:04:13 -04:00
Formatting and style fixes for the MSIGPUv2Controller
* Change Hex literals to uppercase * Adjusting Metadata to correctly reflect the declared controller * Adding defines for Speed and Brightness values and adjusting mode declarations to suit * Replacing brightness array in favour of more flexible multiple
This commit is contained in:
@@ -66,7 +66,6 @@ void MSIGPUv2Controller::SetRGB3V2(unsigned char red, unsigned char green, unsig
|
||||
MSIGPUBlockWrite(MSI_GPU_V2_REG_COLOR_BLOCK3_BASE, &buffer[0], sizeof(buffer));
|
||||
}
|
||||
|
||||
|
||||
void MSIGPUv2Controller::SetMode(unsigned char mode)
|
||||
{
|
||||
MSIGPURegisterWrite(MSI_GPU_V2_REG_MODE, mode);
|
||||
|
||||
Reference in New Issue
Block a user