MCPcopy Create free account
hub / github.com/BruceDevices/firmware / setCustomColorSettingMenuB

Function setCustomColorSettingMenuB

src/core/led_control.cpp:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void setCustomColorSettingMenuB() {
540 setCustomColorSettingMenu(3, [](uint32_t baseColor, int i) {
541 return alterOneColorChannel(baseColor, 256, 256, i);
542 });
543}
544
545void setLedEffectConfig() {
546 ledPreviewMode(true);

Callers

nothing calls this directly

Calls 2

alterOneColorChannelFunction · 0.85

Tested by

no test coverage detected