mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-03 18:05:04 -04:00
Rename UpdateLEDs to DeviceUpdateLEDs
This commit is contained in:
@@ -133,7 +133,7 @@ void RGBController_RGBFusion2SMBus::ResizeZone(int /*zone*/, int /*new_size*/)
|
||||
\*---------------------------------------------------------*/
|
||||
}
|
||||
|
||||
void RGBController_RGBFusion2SMBus::UpdateLEDs()
|
||||
void RGBController_RGBFusion2SMBus::DeviceUpdateLEDs()
|
||||
{
|
||||
for (std::size_t led = 0; led < colors.size(); led++)
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
void UpdateLEDs();
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user