mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-01 19:01:13 -05:00
Automatically create matrix
This commit is contained in:
committed by
Adam Honse
parent
6389ee9ffd
commit
e8f52bc6b0
@@ -64,6 +64,11 @@ unsigned int HIDLampArrayController::GetLampCount()
|
||||
return(LampArray.LampCount);
|
||||
}
|
||||
|
||||
std::vector<LampAttributes> HIDLampArrayController::GetLamps()
|
||||
{
|
||||
return(Lamps);
|
||||
}
|
||||
|
||||
void HIDLampArrayController::GetLampArrayAttributesReport()
|
||||
{
|
||||
unsigned char usb_buf[sizeof(LampArrayAttributes) + 1];
|
||||
|
||||
Reference in New Issue
Block a user