|
|
|
|
@ -1,21 +1,21 @@
|
|
|
|
|
/*---------------------------------------*\
|
|
|
|
|
| VS_XG270QG_Controller.h |
|
|
|
|
|
| |
|
|
|
|
|
| Definitions and types for ViewSonic |
|
|
|
|
|
| Elite XG270QG Monitor |
|
|
|
|
|
| |
|
|
|
|
|
| Lanzaa 1/23/2022 |
|
|
|
|
|
\*---------------------------------------*/
|
|
|
|
|
/*---------------------------------------------------------*\
|
|
|
|
|
| VS_XG270QG_Controller.h |
|
|
|
|
|
| |
|
|
|
|
|
| Driver for ViewSonic XG270QG |
|
|
|
|
|
| |
|
|
|
|
|
| Lanzaa 23 Jan 2022 |
|
|
|
|
|
| |
|
|
|
|
|
| This file is part of the OpenRGB project |
|
|
|
|
|
| SPDX-License-Identifier: GPL-2.0-only |
|
|
|
|
|
\*---------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
#include <mutex>
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
#include "RGBController.h"
|
|
|
|
|
|
|
|
|
|
#include <hidapi/hidapi.h>
|
|
|
|
|
#include "RGBController.h"
|
|
|
|
|
|
|
|
|
|
enum
|
|
|
|
|
{
|
|
|
|
|
|