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

Function setCustomUIColorSettingMenuB

src/core/settings.cpp:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void setCustomUIColorSettingMenuB(int colorType) {
321 setCustomUIColorSettingMenu(colorType, 3, [](uint16_t baseColor, int i) {
322 return alterOneColorChannel565(baseColor, 256, 256, i);
323 });
324}
325
326constexpr const char *colorTypes[] = {
327 "Background", // 0

Callers 1

Calls 2

alterOneColorChannel565Function · 0.85

Tested by

no test coverage detected