WIP: Instant color setting, buttons removed

Code cleanup by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
k1-801 2020-08-19 09:30:23 +04:00 committed by Adam Honse
parent a2a394492b
commit bbc3c1de5b
4 changed files with 222 additions and 425 deletions

View file

@ -508,4 +508,5 @@ void DeviceView::setSelectionColor(RGBColor color)
controller->SetLED(led_idx, color);
}
}
controller->UpdateLEDs();
}