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

Function setCustomUIColorSettingMenuR

src/core/settings.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void setCustomUIColorSettingMenuR(int colorType) {
309 setCustomUIColorSettingMenu(colorType, 1, [](uint16_t baseColor, int i) {
310 return alterOneColorChannel565(baseColor, i, 256, 256);
311 });
312}
313
314void setCustomUIColorSettingMenuG(int colorType) {
315 setCustomUIColorSettingMenu(colorType, 2, [](uint16_t baseColor, int i) {

Callers 1

Calls 2

alterOneColorChannel565Function · 0.85

Tested by

no test coverage detected