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