Remove SetCustomMode from all controllers beginning with the letter S

This commit is contained in:
Adam Honse
2022-08-21 19:31:01 -05:00
parent 66c856f49a
commit 126e5f4341
38 changed files with 129 additions and 283 deletions

View File

@@ -146,11 +146,6 @@ void RGBController_SRGBmodsPico::UpdateSingleLED(int led)
controller->SetChannelLEDs(channel, zones[channel].colors, zones[channel].leds_count);
}
void RGBController_SRGBmodsPico::SetCustomMode()
{
active_mode = 0;
}
void RGBController_SRGBmodsPico::DeviceUpdateMode()
{
DeviceUpdateLEDs();

View File

@@ -21,14 +21,12 @@ public:
~RGBController_SRGBmodsPico();
void SetupZones();
void ResizeZone(int zone, int new_size);
void DeviceUpdateLEDs();
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
private: