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

Function setCustomUIColorSettingMenuG

src/core/settings.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void setCustomUIColorSettingMenuG(int colorType) {
315 setCustomUIColorSettingMenu(colorType, 2, [](uint16_t baseColor, int i) {
316 return alterOneColorChannel565(baseColor, 256, i, 256);
317 });
318}
319
320void setCustomUIColorSettingMenuB(int colorType) {
321 setCustomUIColorSettingMenu(colorType, 3, [](uint16_t baseColor, int i) {

Callers 1

Calls 2

alterOneColorChannel565Function · 0.85

Tested by

no test coverage detected