mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
Update Sapphire Nitro Glow V1 controller files to new standardized header comment
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_SapphireNitroGlowV1.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| Sapphire Nitro Glow V1 GPU Driver |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 7/15/2020 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_SapphireNitroGlowV1.cpp |
|
||||
| |
|
||||
| RGBController for Sapphire Nitro Glow V1 |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 15 Jul 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_SapphireNitroGlowV1.h"
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_SapphireNitroGlowV1.h |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| Sapphire Nitro Glow V1 GPU RGB Driver |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 7/15/2020 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_SapphireNitroGlowV1.h |
|
||||
| |
|
||||
| RGBController for Sapphire Nitro Glow V1 |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 15 Jul 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| SapphireNitroGlowV1Controller.cpp |
|
||||
| |
|
||||
| Driver for Sapphire Nitro Glow V1 GPU |
|
||||
| RGB lighting controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 7/15/2020 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SapphireNitroGlowV1Controller.cpp |
|
||||
| |
|
||||
| Driver for Sapphire Nitro Glow V1 |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 15 Jul 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "SapphireNitroGlowV1Controller.h"
|
||||
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
/*-----------------------------------------*\
|
||||
| SapphireNitroGlowV1Controller.h |
|
||||
| |
|
||||
| Definitions and types for Sapphire Nitro |
|
||||
| Glow V1 GPU RGB lighting controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 7/15/2020 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SapphireNitroGlowV1Controller.h |
|
||||
| |
|
||||
| Driver for Sapphire Nitro Glow V1 |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 15 Jul 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "i2c_smbus.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define SAPPHITE_NITRO_GLOW_V1_BRIGHTNESS_MIN 2;
|
||||
#define SAPPHITE_NITRO_GLOW_V1_BRIGHTNESS_MAX 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user