mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 03:56:26 -04:00
Initial commit for the Gigabyte AORUS 2070 Super 8G GPU
* Small fix to zone enumeration + Add id to pci_ids.h + Register detector in GigabyteRGBFusion2GPUControllerDetect.cpp + Link to [webpage](https://www.gigabyte.com/Graphics-Card/GV-N207SAORUS-8GC-rev-10-11#kf)
This commit is contained in:
@@ -19,6 +19,11 @@ RGBFusion2GPUController::RGBFusion2GPUController(i2c_smbus_interface* bus, rgb_f
|
||||
{
|
||||
this->bus = bus;
|
||||
this->dev = dev;
|
||||
|
||||
for(uint8_t i = 0; i < 4; i++)
|
||||
{
|
||||
zone_led_count[i] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
RGBFusion2GPUController::~RGBFusion2GPUController()
|
||||
|
||||
Reference in New Issue
Block a user