| 2154 | } |
| 2155 | |
| 2156 | static bool blink(int delay) { |
| 2157 | return (Core::getInstance().p->getTickCount()/delay) % 2 == 0; |
| 2158 | } |
| 2159 | |
| 2160 | static void paintScreenWarmDamp(bool aquifer_mode = false, bool show_damp = false) { |
| 2161 | TRACE(log).print("entering paintScreenDampWarm aquifer_mode={}, show_damp={}\n", aquifer_mode, show_damp); |
no test coverage detected