| 118 | } |
| 119 | |
| 120 | void BruceTheme::_setUiColor(uint16_t primary, uint16_t *secondary, uint16_t *background) { |
| 121 | priColor = primary; |
| 122 | secColor = secondary == nullptr ? primary - 0x2000 : *secondary; |
| 123 | bgColor = background == nullptr ? 0x0 : *background; |
| 124 | } |
nothing calls this directly
no outgoing calls
no test coverage detected